Skip to content

Python CLI to prepare audio data for VITS, RVC training.

Notifications You must be signed in to change notification settings

stu00608/audio_preprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio Preprocessor

Description

  • This is a simple audio preprocessor that can be used to preprocess audio files for audio machine learning tasks.

Features

  • 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)

Environment

  • Python 3.11
  • ffmpeg
pip install -e .

About

Python CLI to prepare audio data for VITS, RVC training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages