mbrola

How to change voice in FreeTTS - Java

余生颓废 提交于 2019-12-06 02:21:43
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

FreeTTS mbrola not able to find path

自古美人都是妖i 提交于 2019-11-28 06:48:13
问题 When I try to use the FreeTTS library I get the error: Could not validate any MBROLA voices at Some/Location/That/IThought/Held/mbrola Make sure you FULLY specify the path to the MBROLA directory using the mbrola.base system property. I'm using System.setProperty("mbrola.base", "Path/here"); to set mbrola.base but I have no idea how to point to the path or set up mbrola. Here's my project setup, I'm using processing. +SketchBook ++AI +++Src.pde +++data ++libraries +++freetts-1.2 ++++lib ++++