PDA

View Full Version : QtSpeech No text-to-speech plug-ins were found.



r.sivaelango
5th April 2017, 09:27
Hi All,

Trying to run qtspeech's hello speak example in qt creator in cent os with qt version 5.8.

On running the example got the below error

No text-to-speech plug-ins were found.

Googling on the error found it needs backend support. So installed both festival and speechd.

Tested both are working with the below commands

festival
festival> (SayText "Helloooo")
#<Utterance 0x7f675834adf0>


and

spd-say "hello"


On trying the qtspeech's hello_speak example, the same plugin unavailable is what is seen.

What am i missing here.