We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think that should can change tts processor from config file
So,there is many opensources alternatives: https://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)#Google_Text_to_Speech
I have tried pico2wave and it work very good,
It is command: pico2wave -l es-ES -w demo.wav \"" + text + "\" && aplay demo.wav -D convertQBO
pico2wave -l es-ES -w demo.wav \"" + text + "\" && aplay demo.wav -D convertQBO
there could be a parameter in config.yml that by default is set to espeak, but it can be changed to pico2wave
The text was updated successfully, but these errors were encountered:
Nice,
good idea, we'll try it. thanks
Sorry, something went wrong.
thecorpora
No branches or pull requests
I think that should can change tts processor from config file
So,there is many opensources alternatives:
https://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)#Google_Text_to_Speech
I have tried pico2wave and it work very good,
It is command:
pico2wave -l es-ES -w demo.wav \"" + text + "\" && aplay demo.wav -D convertQBO
there could be a parameter in config.yml that by default is set to espeak, but it can be changed to pico2wave
The text was updated successfully, but these errors were encountered: