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
  • 4,110
  • 5
  • 37
  • 65
  • already answered here: https://stackoverflow.com/questions/27846392/access-microphone-from-a-browser-javascript – Gabriel 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
  • 11,190
  • 2
  • 32
  • 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
  • 158
  • 1
  • 9