Artur Stopa

Results 2 comments of Artur Stopa

Where do I get the TTS_INPUT_SAMPLERATE from? `tts.synthesise()` generates audio with sample rate equal to TTS_OUTPUT_SAMPLERATE, there are no other sample rates that I'm aware of. Maybe I should've pointed...

Remove the constraint on `tokenizers` package. ![image](https://github.com/user-attachments/assets/4dce1376-3261-4950-835c-b5f1301d3ecf) Also, `python setup.py install` is deprecated and raises a Warning, use `pip install .` instead.