Searched refs:picoEngine (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 104 pico_Engine picoEngine = NULL; variable 179 if (picoEngine) { in cleanResources() 180 pico_disposeEngine( picoSystem, &picoEngine ); in cleanResources() 182 picoEngine = NULL; in cleanResources() 479 ret = pico_newEngine( picoSystem, (const pico_Char *) PICO_VOICE_NAME, &picoEngine ); in doLanguageSwitchFromLangIndex() 1563 ret = pico_resetEngine( picoEngine, PICO_RESET_SOFT ); in synthesizeText() 1568 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent ); in synthesizeText() 1581 ret = pico_resetEngine( picoEngine, PICO_RESET_SOFT ); in synthesizeText() 1585 ret = pico_getData( picoEngine, (void *) outbuf, MAX_OUTBUF_SIZE, &bytes_recv, in synthesizeText() 1598 ret = pico_resetEngine( picoEngine, PICO_RESET_SOFT ); in synthesizeText() [all …]
|