Features/Text To Speech In The Toolkit: Difference between revisions
| Line 29: | Line 29: | ||
:voice, pitch and rate are optionals, if not set use the default values configured. | :voice, pitch and rate are optionals, if not set use the default values configured. | ||
:Return a id to enable pause and stop | :Return a id to enable pause and stop | ||
:We will need some type of notification when the TTS finished playing. In this way we can change the state of buttons, and start a new text, | |||
by example when have long texts, we can send it by parts. | |||
pause(id) | pause(id) | ||