Skip to content

CLI tool|script to split wav file on silence just using `pydub.silence.split_on_silence`.

License

Notifications You must be signed in to change notification settings

redshoga/SilenceSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SilenceSplitter

CLI tool|script to split wav file on silence just using pydub.silence.split_on_silence.

How to use

python ./splitter.py --in input.wav --out ./output/%d.wav

Requirements

pip install pydub
pip install argparse

Help

python ./splitter.py --help

Note

Please install ffmpeg or avconv to use pydub.

LICENSE

MIT License

About

CLI tool|script to split wav file on silence just using `pydub.silence.split_on_silence`.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages