5

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! :)

eddyuk
  • 3,760
  • 4
  • 30
  • 53
  • already answered here: https://stackoverflow.com/questions/27846392/access-microphone-from-a-browser-javascript – Z80 Apr 30 '20 at 14:16

2 Answers2

1

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

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

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

Rajdeep Dua
  • 10,972
  • 2
  • 29
  • 22
0
<device>

tag will give you access to webcam and micrphone. But unfortunately it is not yet implemented in any browser including Chrome.

Usama Ahmed
  • 148
  • 1
  • 8