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.  Also, `python setup.py install` is deprecated and raises a Warning, use `pip install .` instead.