Home | History | Annotate | Download | only in include

Lines Matching full:engine

22 // FIXME: add path+name to implementation of default TTS engine
100 // Initialize the TTS engine and returns whether initialization succeeded.
105 // Shut down the TTS engine and releases all associated resources.
125 // TTS_LANG_NOT_SUPPORTED if the language is not supported by the TTS engine.
161 // Notifies the engine what audio parameters should be used for the synthesis.
162 // This is meant to be used as a hint, the engine implementation will set the output values
165 // out: the format used by the TTS engine
167 // out: the sample rate used by the TTS engine
169 // out: the number of channels used by the TTS engine
174 // Set a property for the the TTS engine
184 // Retrieve a property from the TTS engine
198 // As the synthesis is performed, the engine invokes the callback to notify
200 // many bytes it wrote. The callback is called repeatedly until the engine