I need to integrate an Voice recognizing API in my PHP Project which is currently hosted in an Linux Server.
Following are few of the API's i have gone through but dint help the course:
- SpeechAPI
- iSpeech
- cmu sphinx
CMU Sphinx is a great open source tool but is been built in the Java Programming language , i have also read Connecting to CMU Sphinx using PHP
But Dint't found the exact solution to it.
Requirement
The feature that i looking to built is something like the user would visit to a certain page in the website and would speak the name of the link to which he wants to navigate to through his micro - phone and the user would be navigated to the requested page. Eg: If he says Home so the site would redirect him to the home page.
Platform : PHP , Laravel , Linux
Thanks for your valuable help :).