A wrapper for pyAudioAnalysis to split audio files around silences.
I wrote it to extract short utterrances from mp3s, for language learning.
pipenv install
brew install libmagic
Copy some files to the input
directory and then run make
.
Output is written to the output
directory.
I'm not actively maintaining this project. 🤷♂️
Consider contributing to the upstream library.
All code is free to use under the MIT license.