Home | History | Annotate | Download | only in android

Lines Matching refs:engine

87 /* This function must be located in the TTS Engine shared library
101 // This is passed by the framework to the engine through the
129 // Note that each of these functions will take a handle to the engine itself
139 // Initialize the TTS engine and returns whether initialization succeeded.
143 (void *engine,
147 // Shut down the TTS engine and releases all associated resources.
150 (void *engine);
156 (void *engine);
169 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
171 (void *engine,
187 (void *engine,
203 (void *engine,
215 (void *engine,
220 // Notifies the engine what audio parameters should be used for the synthesis.
221 // This is meant to be used as a hint, the engine implementation will set the output values
224 // out: the format used by the TTS engine
226 // out: the sample rate used by the TTS engine
228 // out: the number of channels used by the TTS engine
231 (void *engine,
236 // Set a property for the the TTS engine
244 (void *engine,
249 // Retrieve a property from the TTS engine
260 (void *engine,
266 // As the synthesis is performed, the engine invokes the callback to notify
268 // many bytes it wrote. The callback is called repeatedly until the engine
304 (void *engine,