https://github.com/matmoore/speech-splitter
A wrapper for pyAudioAnalysis to split audio files around silences
https://github.com/matmoore/speech-splitter
Last synced: about 1 year ago
JSON representation
A wrapper for pyAudioAnalysis to split audio files around silences
- Host: GitHub
- URL: https://github.com/matmoore/speech-splitter
- Owner: MatMoore
- License: mit
- Created: 2019-08-19T19:02:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T22:03:09.000Z (over 6 years ago)
- Last Synced: 2025-02-08T12:47:08.911Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Speech splitter
A wrapper for [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) to split audio files around silences.
I wrote it to extract short utterrances from mp3s, for language learning.
## Dependencies
```
pipenv install
```
```
brew install libmagic
```
## Usage
Copy some files to the `input` directory and then run `make`.
Output is written to the `output` directory.
## Contributing
I'm not actively maintaining this project. 🤷♂️
Consider contributing to the [upstream library](https://github.com/tyiannak/pyAudioAnalysis).
## License
All code is free to use under the [MIT license](https://opensource.org/licenses/MIT).