It's basically a TTS engine but it just screams all the time.
import ttsfbfe.tts
runTTS("Your sentence here")
Open runtts.sh
Open runtts.bat
Or you can run it from a terminal:
$ python3 ttsfbfe/tts.py "Your sentence here"
> py -3 ttsfbfe/tts.py "Your sentence here"
TTS!!!!! does not work properly in Windows at the moment due to filesystem limitations.
This TTS engine uses a modified version of the CMU Pronouncing Dictionary (version 0.7b) converted to IPA by Alexander Piperski, and converted again to X-SAMPA by Amado Wilkins.
Copyright 2019 Amado Wilkins