Can we access microphone of mobile to record our voice using HTML5?
I was trying this link:
http://www.html5rocks.com/en/tutorials/getusermedia/intro/
where I get
< input type="file" accept="audio/*;capture=microphone">
I used the following input tag to access microphone but it didnt worked in the HTML viewer of device.
Please help.
Thanks in advance.