Home | History | Annotate | Download | only in jni

Lines Matching refs:engine

88 /* This function must be located in the TTS Engine shared library
102 // This is passed by the framework to the engine through the
130 // Note that each of these functions will take a handle to the engine itself
140 // Initialize the TTS engine and returns whether initialization succeeded.
144 (void *engine,
148 // Shut down the TTS engine and releases all associated resources.
151 (void *engine);
157 (void *engine);
170 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
172 (void *engine,
188 (void *engine,
204 (void *engine,
216 (void *engine,
221 // Notifies the engine what audio parameters should be used for the synthesis.
222 // This is meant to be used as a hint, the engine implementation will set the output values
225 // out: the format used by the TTS engine
227 // out: the sample rate used by the TTS engine
229 // out: the number of channels used by the TTS engine
232 (void *engine,
237 // Set a property for the the TTS engine
245 (void *engine,
250 // Retrieve a property from the TTS engine
261 (void *engine,
267 // As the synthesis is performed, the engine invokes the callback to notify
269 // many bytes it wrote. The callback is called repeatedly until the engine
305 (void *engine,