Somebody help me with an example of code that takes audio input through the media recorder, and translates it into a String.
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.
Here are two nice tutorial on audio recording using MediaRecorder:
Tutorial 1
Tutorial 2
But I think you are talking about Speech-to-Text or Voice Recognition, which converts Audio Speech to String. If so, Here are some nice tutorials:
Voice Recognition
Voice Recognition API Demo