netbeans - How to change voice in FreeTTS - Java -
i running program in java in use freetts voices, want change voice. when run program shows:
"system property "mbrola.base" undefined. not use mbrola voices."
i use following code speak text want
voice voice; voice = voicemanager.getvoice(voicename); voice.allocate(); and then
voice.speak(t4.gettext()); i tried find tutorials insert mbrola voices. 1 of tutorial found on web page: http://freetts.sourceforge.net/mbrola/readme.html in windows not don't know of mac therefore unable know how it. other tutorials on linux , therefore don't understand them. using netbeans on windows , want explain me how this. newbie , 14 year old.
if @ link submitted, there's big message says: "note: freetts support mbrola on windows platform has been troublesome in past, appears have been fixed mbrola team. please refer freetts forum more information."
here's direct link forums: http://sourceforge.net/p/freetts/discussion/137669/thread/848a09ab
Comments
Post a Comment