|
chansispeechES
/
// Create a mode descriptor with all required features // "es" is the ISO 639 language code for "Spanish" SynthesizerModeDesc required = new SynthesizerModeDesc(); required.setLocale(new Locale("es", null)); required.addVoice(new Voice(}null, GENDER_MALE, AGE_DONT_CARE, null));return Central.createSynthesizer(required); |