How to change voice in FreeTTS - Java
I am running a program in java in which i use FreeTTS Voices, what i want is to change the voice. when i run the program it shows: "System property "mbrola.base" is undefined. Will not use MBROLA voices." I use the following code to speak up the text i want Voice voice; voice = voiceManager.getVoice(VOICENAME); voice.allocate(); and then voice.speak(t4.getText()); I tried to find tutorials to insert MBROLA voices. One of the tutorial i found was on their web page: http://freetts.sourceforge.net/mbrola/README.html but i am in windows not don't know anything of MAC therefore i am unable to know