Home | History | Annotate | Download | only in lib

Lines Matching refs:engine

44 A SVOX Pico 'engine' provides the functions needed to perform actual
45 synthesis. Currently there can be only one engine instance at a time
47 at the engine level take a 'pico_Engine' handle as the first
97 if the error happened on the SVOX Pico engine level).
139 /* Handle types (opaque) for Pico system, resource, engine ************/
220 engine instances are existing. No API function may be called after
272 parallel to a running engine doing TTS synthesis), but with the
286 Unloads a resource file from the Pico system. If no engine uses the
325 resources from the mappings will be used with that engine. */
344 /* Engine creation and deletion functions *****************************/
347 Creates and initializes a new Pico engine instance and returns its
359 Disposes a Pico engine and releases all memory it occupied. The
360 engine handle becomes invalid.
370 /* Engine-level API functions */
389 pico_Engine engine,
396 Gets speech data from the engine. Every time this function is
397 called, the engine performs, within a short time slot, a small
413 pico_Engine engine,
421 Resets the engine and clears all engine-internal buffers, in
423 'resetMode' is one of 'PICO_RESET_SOFT', to be used to flush the engine,
424 or 'PICO_RESET_FULL', to reset the engine after an engine error.
427 pico_Engine engine,
432 /* Engine status and error/warning message retrieval ******************/
435 Returns in 'outMessage' a description of the engine status or of an
436 error that occurred with the most recently called engine-level API
440 pico_Engine engine,
447 with the most recently called engine-level API function.
450 pico_Engine engine,
456 with the most recently called engine-level API function.
462 pico_Engine engine,