This is the complete list of members for Vsdk::Tts::Channel, including all inherited members.
Channel(std::shared_ptr< Engine > engine, std::string name) noexcept | Vsdk::Tts::Channel | protected |
Channel(Channel const &) noexcept=delete | Vsdk::Tts::Channel | |
Channel(Channel &&) noexcept=default | Vsdk::Tts::Channel | |
currentVoice() const -> std::string const & | Vsdk::Tts::Channel | |
name() const -> std::string const & | Vsdk::Tts::Channel | |
operator=(Channel const &) noexcept=delete | Vsdk::Tts::Channel | |
operator=(Channel &&) noexcept=default | Vsdk::Tts::Channel | |
packageResult(std::vector< std::int16_t > data, int sampleRate, int channelCount) -> Vsdk::Audio::Buffer | Vsdk::Tts::Channel | protectedstatic |
setCurrentVoice(std::string const &voice) | Vsdk::Tts::Channel | |
setCurrentVoiceImpl(std::string const &voice)=0 | Vsdk::Tts::Channel | protectedpure virtual |
synthesizeFromFile(std::string const &path) -> Vsdk::Audio::Buffer=0 | Vsdk::Tts::Channel | pure virtual |
synthesizeFromText(std::string const &text) -> Vsdk::Audio::Buffer=0 | Vsdk::Tts::Channel | pure virtual |
~Channel() noexcept=default | Vsdk::Tts::Channel | virtual |