I am working on an AI project where I have to do an online chatterbot system to act as a nutritionist advisor. There must be speech recognition an auto learning too. I am currently using AIML and the php interpreter program e which i am modyfying. Can anyone giv me some help about how can I do speech to text in php? Infact I the user need to talk in a microphone...and I need a way to take that sound and convert to text then send to the php file which will interprete it as a normal post text and return a reply (text on screen) based on that. The problem is to do the speech to text and send to a php file. Can any one help please?
PHP isn't the answer. Try looking for speech decoding/processing software that you can use to decode the speech. You can use PHP to save the speech, but it would be better to use Java I guess. Peace,