VoiceModel
Available voice model selections.
Definition TtsControl.h:31
@ MODEL_2
Definition TtsControl.h:33
@ MODEL_1
Definition TtsControl.h:32
@ MODEL_3
Definition TtsControl.h:34
Definition TtsControl.h:38
float getVersion()
Get the TTS subsystem/library version.
int8_t dispose()
Dispose the TTS system and release resources.
int8_t produce(std::string text)
Produce a speech audio output from text.
int8_t init(VoiceModel model, std::string output_path="")
Initialize the TTS system.