Tagged Questions
2
votes
3answers
3k views
Freetts problem in Java
I am trying to run a program using freetts. I am able to compile the program however I am not able to use kevin or mbrola voices I get the follwing o/p msgs at the end
System property ...
1
vote
1answer
452 views
Troubleshooting “System property mbrola.base is undefined. Will not use MBROLA voices” when converting text to speech with JSAPI
I'm getting the following error:
System property "mbrola.base" is undefined. Will not use MBROLA voices.
import javax.speech.*;
import javax.speech.synthesis.*;
import java.util.Locale;
public ...