mauriciovander / silence-removal

Removes silence segments from wav audio files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adaptive voice activity detection

USAGE:

Compress audio file by rempving silence:

python vad.py path/to/in.wav out

Create a bunch of audio segments separated by occurring silences

mkdir -p out && python segment.py path/to/in.wav out/out

About

Removes silence segments from wav audio files

License:MIT License


Languages

Language:Python 100.0%