Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
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. |
Internal data storage, do NOT modify!
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.
Last spoken string.
Must be properly null-terminated.
Definition at line 47 of file SpeechSynthInterface.h.
Referenced by fawkes::SpeechSynthInterface::SayMessage::text(), and fawkes::SpeechSynthInterface::SayMessage::set_text().
Interface Unix timestamp, seconds.
Definition at line 45 of file SpeechSynthInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 46 of file SpeechSynthInterface.h.