Advertisement
Not TestedTesting not done, may not work properly
Media

Microphone API Demonstration

Capture live microphone audio streams.

Checking support...
Advertisement

Interactive Input Workspace

Ready for input

Web API Execution Output

Result output will be displayed here after execution...

Native JavaScript Code Example (Zero Libraries)

const stream = await navigator.mediaDevices.getUserMedia({ audio: true });

About the Microphone API Web API

getUserMedia audio constraints prompt for permission to capture live microphone input.

Specification:W3C & WHATWG Web API Standard
Sponsored Content