Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 703 forks source link

Optimization: Added multithreading support for denoising_audio.py. #514

Closed xxnuo closed 8 months ago

xxnuo commented 9 months ago

Optimization: Added multithreading support for denoising multiple small wav files.

Reason: The previous method of processing multiple files was too slow. Now, we are using multithreading to handle scenarios with many small files efficiently.