I want to record audio using javascript and html5, there is device element in html5 but i dont know to use it. Found no examples for the same.
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.
No current stable browser supports the Stream API (formally known as
<device>), so in practical terms — you can’t. The lack of examples using it is a consequence of this.If you want to play with it, you have to use development branches of Chrome. There is a demo of voice input here.