wav to text using php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
naani
Forum Newbie
Posts: 1
Joined: Wed Apr 07, 2004 8:04 am
Location: USA

wav to text using php

Post by naani »

Hi,

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

any ideas?
Thanks in advance
Naani
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post 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
Post Reply