![]() |
Doly C++ SDK v1.00
|
Functions | |
| int8_t | init (VoiceModel model, std::string output_path="") |
| Initialize the TTS system. | |
| int8_t | dispose () |
| Dispose the TTS system and release resources. | |
| int8_t | produce (std::string text) |
| Produce a speech audio output from text. | |
| float | getVersion () |
| Get the TTS subsystem/library version. | |
| int8_t TtsControl::dispose | ( | ) |
Dispose the TTS system and release resources.
| float TtsControl::getVersion | ( | ) |
| int8_t TtsControl::init | ( | VoiceModel | model, |
| std::string | output_path = "" ) |
Initialize the TTS system.
| model | Voice model to use. |
| output_path | Optional output directory/path used by the implementation. |
| int8_t TtsControl::produce | ( | std::string | text | ) |
Produce a speech audio output from text.
| text | Input text to synthesize. |