Classes | |
| class | Channel |
| Can perform voice synthesis. More... | |
| class | Engine |
| Responsible for creation of Channel instances. More... | |
Typedefs | |
| using | ChannelPtr = std::shared_ptr< Channel > |
| using | ChannelVoices = std::map< std::string, std::vector< std::string > > |
| using | EnginePtr = std::shared_ptr< Engine > |
Enumerations | |
| enum class | ChannelEventCode { TextRewritten , GenerationStarted , WordMarker , GenerationEnded , ProcessFinished , NativeEvent } |
| enum class | ChannelErrorCode { NativeError } |
| using Vsdk::Tts::ChannelPtr = typedef std::shared_ptr<Channel> |
| using Vsdk::Tts::ChannelVoices = typedef std::map<std::string, std::vector<std::string> > |
| using Vsdk::Tts::EnginePtr = typedef std::shared_ptr<Engine> |
|
strong |
|
strong |