Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 279 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 279 Bytes

audio-file-silence-splitter

A python script that splits audio files on silence.

To use, run: python AudioFileSplitter.py filename format / AudioFileSplitter.py file.mp3 mp3

Run with the -h flag for help and option arguments.

Requires pydub - https://github.com/jiaaro/pydub