- This is a simple audio preprocessor that can be used to preprocess audio files for audio machine learning tasks.
- Audio resample.
- Audio split, just simple split based on specified time interval.
- Audio slice based on silence detection.
- Audio transcribe using whisper (for VITS-fast-finetuning)
- Python 3.11
- ffmpeg
pip install -e .