Fawkes API  Fawkes Development Version
fawkes::SpeechSynthInterface::SpeechSynthInterface_data_t Struct Reference

Internal data storage, do NOT modify! More...

List of all members.

Public Attributes

int64_t timestamp_sec
 Interface Unix timestamp, seconds.
int64_t timestamp_usec
 Interface Unix timestamp, micro-seconds.
char text [1024]
 Last spoken string.
uint32_t msgid
 The ID of the message that is currently being processed, or 0 if no message is being processed.
bool final
 True, if the last text has been spoken, false if it is still running.
float duration
 Length in seconds that it takes to speek the current text, -1 if unknown.

Detailed Description

Internal data storage, do NOT modify!


Member Data Documentation

Length in seconds that it takes to speek the current text, -1 if unknown.

This is the total duration of the current string, *not* the duration of already spoken or yet to speak text!

Definition at line 57 of file SpeechSynthInterface.h.

True, if the last text has been spoken, false if it is still running.

Definition at line 54 of file SpeechSynthInterface.h.

The ID of the message that is currently being processed, or 0 if no message is being processed.

Definition at line 50 of file SpeechSynthInterface.h.

Interface Unix timestamp, micro-seconds.

Definition at line 46 of file SpeechSynthInterface.h.


The documentation for this struct was generated from the following file: