Page 1 of 1
Text to Speech
Posted: Sun Apr 01, 2012 10:57 pm
by wrichards8
Does anyone know if there are any PHP text to speech things, or does PHP provides its own text-to-speech engine. I could use eSpeak to create audio descriptions of links/areas of the screen but I'd rather do it on the fly
Re: Text to Speech
Posted: Mon Apr 02, 2012 9:00 am
by bowersbros
i'll do a tutorial on it at somepoint, but using google translate you can do this
Re: Text to Speech
Posted: Tue Apr 03, 2012 1:45 am
by jacek
You definitely cant do anything that advanced directly. Not that I have tried it, but I imagine it would take some serious work to do it in pure php not to mention an awful lot of recording of you speaking
For something like this you are better of using an external API, google provides one that I know of and there are probably others.