Home | History | Annotate | Download | only in lib

Lines Matching full:pico

19  * SVOX Pico application programming interface
20 * (SVOX Pico version 1.0 and later)
37 The SVOX Pico 'system' is the entity that manages data common to all
38 SVOX Pico engines, e.g. linguistic data needed to do text-to-speech
39 (TTS) synthesis, license key, etc. All API functions on the Pico
44 A SVOX Pico 'engine' provides the functions needed to perform actual
52 A SVOX Pico 'resource' denotes all the language- and speaker-dependent
77 Pico system may be initialized and terminated multiple times. This may
97 if the error happened on the SVOX Pico engine level).
136 /* PICO data types */
139 /* Handle types (opaque) for Pico system, resource, engine ************/
200 Initializes the Pico system and returns its handle in 'outSystem'.
202 in number of bytes that the Pico system will use. The minimum size
205 Pico system. This function must be called before any other API
216 Terminates the Pico system. Lingware resources still being loaded
217 are unloaded automatically. The memory area provided to Pico in
219 invalid. It is not allowed to call this function as long as Pico
269 Loads a resource file into the Pico system. The number of resource
286 Unloads a resource file from the Pico system. If no engine uses the
347 Creates and initializes a new Pico engine instance and returns its
359 Disposes a Pico engine and releases all memory it occupied. The
374 Puts text 'text' encoded in UTF8 into the Pico text input buffer.
378 output. The number of bytes actually copied to the Pico text input
408 more input text available in the Pico text input buffer,