Maxdha

Results 3 issues of Maxdha

Specified which exception to catch when trying to import modules. This will prevent catching unrelated exceptions like:KeyboardInterrupt and SystemExit.

While trying pip install chatterbox-tts I get this error: ``` ERROR: Cannot install chatterbox-tts==0.1.0 and chatterbox-tts==0.1.1 because these package versions have conflicting dependencies. The conflict is caused by: chatterbox-tts 0.1.1...

I've noticed when using non-native voices to clone, I get Indian accents.. like really heavy Indian accents. How can I prevent that? ``` import torchaudio as ta from chatterbox.tts import...