*
* @return an array of new Voice instances
*/
public Voice[] getVoices() {
CMULexicon lexicon = new CMULexicon("cmutimelex");
Voice alan = new CMUClusterUnitVoice("alan", Gender.MALE,
Age.YOUNGER_ADULT, "default time-domain cluster unit voice",
Locale.US, "time", "cmu", lexicon,
this.getClass().getResource("cmu_time_awb.bin"));
Voice[] voices = {alan};
return voices;