ai-voice-cloning/src
2023-03-13 01:20:55 +00:00
..
list_devices.py
main.py
train.py
utils.py resample to 22.5K when creating training inputs (to avoid redundant downsampling when loaded for training, even though most of my inputs are already at 22.5K), generalized resampler function to cache and reuse them, do not unload whisper when done transcribing since it gets unloaded anyways for any other non-transcription task 2023-03-13 01:20:55 +00:00
webui.py