You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second thing: webrtcvad. That package is hell to install on windows. There are alternatives for noise removal out there. There's also the possibility of not using it at all, but for both LibriSpeech and LibriTTS I would recommend it.
Propose making webrtcvad completely optional for running demo_cli.py. This would make it a lot easier for Windows users who just want to try cloning a voice with the pretrained models. It would continue to be used when preprocessing audio files for training.
Propose making webrtcvad completely optional for running demo_cli.py. This would make it a lot easier for Windows users who just want to try cloning a voice with the pretrained models. It would continue to be used when preprocessing audio files for training.
An optional import of webrtcvad could be done using something like this: https://stackoverflow.com/a/52826085
The text was updated successfully, but these errors were encountered: