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.cpp1045 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config ) in init()
1089 tts_result TtsEngine::shutdown( void ) in shutdown()
1114 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant) in loadLanguage()
1128 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant ) in setLanguage()
1206 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country, in isLanguageAvailable()
1270 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant) in getLanguage()
1293 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate, in setAudioFormat()
1311 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size ) in setProperty()
1387 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize ) in getProperty()
1457 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void *… in synthesizeText()
[all …]