Home
last modified time | relevance | path

Searched refs:TtsEngine (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/compat/include/
DTtsEngine.h73 class TtsEngine; variable
74 extern "C" TtsEngine* getTtsEngine();
95 class TtsEngine
98 virtual ~TtsEngine() {} in ~TtsEngine()
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1044 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config ) in init()
1094 tts_result TtsEngine::shutdown( void ) in shutdown()
1119 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant) in loadLanguage()
1133 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant ) in setLanguage()
1211 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country, in isLanguageAvailable()
1275 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant) in getLanguage()
1298 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate, in setAudioFormat()
1316 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) in setProperty()
1392 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize ) in getProperty()
1462 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void *… in synthesizeText()
[all …]