Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - access microphone from web browser

Tags:

android

Is the a way to access a microphone from web browser?

I want to create a web site where i want to record a user.

Workarounds and suggestions will be very appreciated! :)

like image 706
eddyuk Avatar asked Nov 14 '22 11:11

eddyuk


1 Answers

You can use HTML5 tag x-webkit-speech to get this access

<input type="text" x-webkit-speech />

http://slides.html5rocks.com/#speech-input

like image 122
Rajdeep Dua Avatar answered Nov 16 '22 04:11

Rajdeep Dua