Signal
SpielSpeaker::word-started
since: 1.0
Declaration
void
word_started (
SpielSpeaker* self,
SpielUtterance* utterance,
guint64 start,
guint64 end,
gpointer user_data
)
Description [src]
Emitted when a word will be spoken in a given utterance. Not all voices are capable of notifying when a word 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 word.
end-
Type:
guint64Character end offset of speech word.