Home | History | Annotate | Download | only in tts

Lines Matching refs:voices

81  * API Level 20 adds support for Voice objects. Voices are an abstraction that allow the TTS
83 * features set. In order to fully take advantage of voices, an engine should implement
265 * Queries the service for a set of supported voices.
272 * Note, that this implementation is suitable only for engines that don't have multiple voices
276 * @return A list of voices supported.
280 ArrayList<Voice> voices = new ArrayList<Voice>();
297 voices.add(new Voice(voiceName, locale, Voice.QUALITY_NORMAL,
300 return voices;
306 * This method provides a mapping between locales and available voices. This method is