Home
last modified time | relevance | path

Searched refs:synthesizeText (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/compat/include/
DTtsEngine.h235 virtual tts_result synthesizeText(const char *text, int8_t *buffer,
/external/svox/pico/compat/jni/
Dtts.h308 android_tts_result_t (*synthesizeText) member
Dcom_android_tts_compat_SynthProxy.cpp546 int result = engine->funcs->synthesizeText(engine, textNativeString, in com_android_tts_compat_SynthProxy_speak()
/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1462 tts_result TtsEngine::synthesizeText( const char * text, int8_t * buffer, size_t bufferSize, void *… in synthesizeText() function in TtsEngine