Home | History | Annotate | Download | only in tts

Lines Matching full:tts_result

308 static tts_result doLanguageSwitchFromLangIndex( int langIndex )
504 static tts_result doLanguageSwitch( const char * locale )
1042 * return tts_result
1044 tts_result TtsEngine::init( synthDoneCB_t synthDoneCBPtr, const char *config )
1092 * return tts_result
1094 tts_result TtsEngine::shutdown( void )
1117 * return tts_result
1119 tts_result TtsEngine::loadLanguage(const char *lang, const char *country, const char *variant)
1131 * return tts_result
1133 tts_result TtsEngine::setLanguage( const char * lang, const char * country, const char * variant )
1273 * return tts_result
1275 tts_result TtsEngine::getLanguage(char *language, char *country, char *variant)
1296 * return tts_result
1298 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate,
1314 * return tts_result
1316 tts_result TtsEngine::setProperty( const char * property, const char * value, const size_t size )
1390 * return tts_result
1392 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize )
1460 * return tts_result
1462 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void * userdata )
1646 * return tts_result
1648 tts_result TtsEngine::stop( void )