Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TextToSpeech (TTS)

i am making an application that reads sentences when clicking them, so i used the TTS to read them. the problem is that the voice is not that clear, so is there a way to change it?or make it read slower?

like image 738
user1283769 Avatar asked May 21 '12 17:05

user1283769


1 Answers

Use function setSpeechRate to make voice faster.

1.0 is the normal speech rate, lower values slow down the speech (0.5 is half the normal speech rate), greater values accelerate it (2.0 is twice the normal speech rate).

like image 191
Aerrow Avatar answered Nov 15 '22 09:11

Aerrow