Is it possible to convert voice mail into text using PHP? Is there any 3rd party voice to text converting software works well with PHP?
+2
A:
Not PHP, but you could use this as a open-source backend and make the necessary calls from PHP to system (exec, system etc.): http://cmusphinx.sourceforge.net/
You can also check this API (although commercial probably): http://www.twilio.com/docs/demos/voicemailtranscribe
dusoft
2010-01-29 10:58:59