Doly C++ SDK v1.00
Loading...
Searching...
No Matches
TtsControl

Doly TTS (Text-to-Speech) control API. More...

Namespaces

namespace  TtsControl

Enumerations

enum class  VoiceModel : uint8_t { VoiceModel::MODEL_1 , VoiceModel::MODEL_2 , VoiceModel::MODEL_3 }
 Available voice model selections. More...

Detailed Description

Doly TTS (Text-to-Speech) control API.

TTS (Text to speech) module.

Enumeration Type Documentation

◆ VoiceModel

enum class VoiceModel : uint8_t
strong

Available voice model selections.

Model-to-file mapping is implementation-defined. init() returns an error if the required model files are missing.

Enumerator
MODEL_1 
MODEL_2 
MODEL_3