I am experiencing some rather strange problems with tts, tried festival directly and espeak, I end up getting the audio only for latter half.
so:
Code: Select all
echo “Hello World” | festival --tts
Code: Select all
espeak -ven+f3 -k5 -s150 "Hello World"
I have followed the instruction to set this up from http://elinux.org/RPi_Text_to_Speech_%2 ... nthesis%29
I have seen a couple of post suggesting I fill in garbage leading what I want to output, this feels a little wrong, considering I recall getting this to work on the raspbian on a raspberry pi 1.
current setup is:
Raspbian 3.18, raspberry pi 2, HDMI audio (forced as I couldn't get the jack audio to work)
Any help or pointers appreciated.