vsdk  7.1.1
Vsdk::Tts Namespace Reference

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 >
 

Typedef Documentation

◆ ChannelPtr

using Vsdk::Tts::ChannelPtr = typedef std::shared_ptr<Channel>

◆ ChannelVoices

using Vsdk::Tts::ChannelVoices = typedef std::map<std::string, std::vector<std::string> >

◆ EnginePtr

using Vsdk::Tts::EnginePtr = typedef std::shared_ptr<Engine>