Ayoub M.
Ayoub M.

Reputation: 4808

Access the microphone without Flash

Is there a possible way to access the computer microphone from a web document (open in a browser) without have to go through Adobe Flash ?

Upvotes: 1

Views: 827

Answers (1)

Gareth
Gareth

Reputation: 138042

You could either wait a few years for the W3C Media Capture API to be implemented in browsers (and deal with whatever user permission dialogs are necessary for those to be accessible to your Javascript), or develop your own plugin to make that data available, which the user then has to install.

Other than that, there's no way to access that data without an existing plugin such as Flash.

Upvotes: 3

Related Questions