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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 tutorial (although commercial probably):
https://www.twilio.com/docs/tutorials/walkthrough/ivr-screening/php/laravel
Where the voicemail to text function relies on the Transcription Resource of the API.
https://www.twilio.com/docs/api/rest/transcription