We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying with ttslib (freetts) but it's only in english. I'm tried with MBROLA (several voices and languages) but the Mac OS X binary won't work in my mac (it's a PowerPC app). Somebody know about TTS libs with processing? or maybe have installed Mbrola in a new machine (I'm using Yosemite). Thanks for any help!
Answers
Why don't you make processing run the 'say' terminal command?
you mean with
open()
?Yeah, I tried the OS X built-in voices but I was getting a strange lag --I discovered my mistake in the code, now works really well!
This helped me a lot: http://frontiernerds.com/text-to-speech-in-processing
thanks for your help
Hello everyone, I am new to processing, I run the code, http://frontiernerds.com/text-to-speech-in-processing, but returns this error:
java.io.IOException: Error running exec (). Command: [say, -v, Alex, [[rate 200]] null] Working Directory: null Environment: null.
please help.