Navigation :
texttospeech.stop()
Type Function
Return value none
See also texttospeech.*
Overview
Stops an ongoing speech.
Syntax
texttospeech.stop(waitForWordEnd)
waitForWordEnd optional
Boolean. If true
, the speech will be interrupted at the word end. Otherwise the speech will be interrupted immediately.