a stupid silence cutter for wav files
- cut silences
- convert mp3 files to wav
Cut silences:
cargo run cut input_file.wav path/to/new/file.wav
Convert mp3 to WAV:
cargo run convert input_file.mp3 path/to/new/file.wav
code for the converter from this repo