Load a tts clip using the specified text & playback events and waits for the file to load and play Cancels all previous clips when loaded & then plays.
Parameters
textToSpeak
The text to be spoken
playbackEvents
Events to be called for this specific tts playback request
Load a tts clip using the specified text phrases & playback events and then waits for the files to load & play. Adds clip to playback queue and will speak once queue has completed all playback.
Parameters
responseNode
Parsed data that includes text to be spoken & voice settings
playbackEvents
Events to be called for this specific tts playback request
Load a tts clip using the specified text phrases & playback events and then waits for the files to load & play. Adds clip to playback queue and will speak once queue has completed all playback.
Parameters
responseNode
Parsed data that includes text to be spoken & voice settings
playbackEvents
Events to be called for this specific tts playback request
Load a tts clip using the specified text phrases & playback events and then waits for the files to load & play. Adds clip to playback queue and will speak once queue has completed all playback.
Parameters
textsToSpeak
Multiple texts to be spoken
playbackEvents
Events to be called for this specific tts playback request
Load a tts clip using the specified text phrases & playback events and then waits for the files to load & play. Adds clip to playback queue and will speak once queue has completed all playback.
Parameters
textsToSpeak
Multiple texts to be spoken
playbackEvents
Events to be called for this specific tts playback request
void Stop ( )
Stops loading & playback immediately
void Pause ( )
Pause any current or future loaded audio playback
void Resume ( )
Resume playback for current and future audio clips
void PrepareToSpeak ( )
Call before sending speech data to warm up system
void StartTextBlock ( )
Call at the start of a larger text block to indicate many queued requests will be coming
void EndTextBlock ( )
Call at the end of a larger text block to indicate a block of text is complete.