Signal
SpielSpeaker::sentence-started
since: 1.0
Declaration
void
sentence_started (
  SpielSpeaker* self,
  SpielUtterance* utterance,
  guint64 start,
  guint64 end,
  gpointer user_data
)
Description [src]
Emitted when a sentence will be spoken in a given utterance. Not all voices are capable of notifying when a sentence will be spoken.
| Default handler: The default handler is called before the handlers added via  | 
| Available since: 1.0 | 
Parameters
- utterance
- 
            Type: SpielUtteranceA SpielUtteranceThe data is owned by the caller of the function. 
- start
- 
            Type: guint64Character start offset of speech sentence. 
- end
- 
            Type: guint64Character end offset of speech sentence.