Home | History | Annotate | Download | only in tts

Lines Matching full:ttsengine

43 #include <TtsEngine.h>
168 ALOGE("TtsEngine::set language called with unsupported locale %s", locale);
1045 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config )
1089 tts_result TtsEngine::shutdown( void )
1114 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant)
1128 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant )
1130 //ALOGI("TtsEngine::setLanguage %s %s %s", lang, country, variant);
1137 ALOGE("TtsEngine::setLanguage called with NULL language");
1163 ALOGE("TtsEngine::setLanguage called with unsupported language");
1185 ALOGI("TtsEngine::setLanguage found matching language(%s) but not matching country(%s).",
1206 tts_support_result TtsEngine::isLanguageAvailable(const char *lang, const char *country,
1214 ALOGE("TtsEngine::isLanguageAvailable called with no language");
1228 ALOGV("TtsEngine::isLanguageAvailable called with unsupported language");
1270 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant)
1293 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate,
1311 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size )
1387 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize )
1457 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void * userdata )
1643 tts_result TtsEngine::stop( void )
1654 TtsEngine * getTtsEngine( void )
1656 return new TtsEngine();