Page 1 of 1

wav to text using php

Posted: Wed Apr 07, 2004 8:04 am
by naani
Hi,

Is there a way to convert wav to text using php.?

any ideas?
Thanks in advance
Naani

Posted: Wed Apr 07, 2004 8:15 am
by magicrobotmonkey
Like speech-to-text conversion? I think you'd have to get some program to do it and use php to get the wav, run the program, and display the text. I don't think PHP would be the language of choice for a speech-to-text algorithm