thecorpora / QBOscratch

Everything you need for QBO Scratch control
GNU General Public License v3.0
3 stars 6 forks source link

tts processor alternatives #1

Open hidabe opened 6 years ago

hidabe commented 6 years ago

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

thecorpora commented 6 years ago

Nice,

good idea, we'll try it. thanks