Skip to content

Audio Recorder

Record microphone audio in your browser with a timer, level meter, pause, playback, and download as WebM or OGG.

Hit record, talk, download

You need a quick voice clip. A memo, a pronunciation sample, a scratch take for a song, a five second answer to send a friend. Opening a full DAW for that is overkill, and most desktop recorders bury the export button three menus deep.

This one is a single screen. Press Start, the timer runs, a level meter bounces with your voice, and when you stop you get a player and a download button. The whole thing uses your browser’s own MediaRecorder, so the audio is captured on your machine and goes nowhere else.

What’s on the screen

  • A live timer counting up in minutes, seconds, and hundredths, so you know exactly how long the take is.
  • An input level meter built from an AnalyserNode. The bars climb green, then amber, then red as you get louder. If they never move, your mic isn’t sending signal.
  • Pause and Resume. Stopped mid sentence by a doorbell? Pause, deal with it, resume, and the clip stays one continuous file.
  • Playback right after you stop. Scrub through it before you commit to downloading.
  • A Download button that saves a .webm or .ogg file, depending on what your browser encodes.

Using it

  1. Click Start Recording. Your browser asks for mic permission the first time. Say yes.
  2. Watch the meter to confirm sound is coming in. Talk, sing, whatever the take needs.
  3. Hit Pause if you need a break, Resume to keep going on the same file.
  4. Press Stop. The player appears.
  5. Listen back. Happy with it? Click Download. Not happy? Hit Record Again and start fresh.

The file lands in your Downloads folder with a timestamp in the name, like recording-2026-06-18T14-32-05.webm. No renaming required unless you want to.

A couple of things worth knowing

Browsers only allow mic access over HTTPS or on localhost. That’s a security rule baked into the platform, not a quirk of this page. On an http:// site the Start button will throw a permission error no matter how many times you click allow.

Format depends on the browser. Chrome, Edge, and Firefox typically hand you WebM with Opus audio, which is small and high quality. Some builds prefer OGG. The tool checks what your browser supports and picks the best option automatically, then labels the download button so there’s no guessing.

WebM and OGG play natively in most browsers and in players like VLC. If you need a .mp3 or .wav for an app that’s picky about formats, run the clip through an audio converter afterward. Recording in the browser and converting are two separate steps on purpose, since it keeps each tool simple and fast.

FAQ

Does my audio get uploaded? Nope. Recording, the meter, and playback all run locally through your browser’s media APIs. Nothing leaves the device, and there’s no server involved.

Why is the Start button failing? Almost always one of three things: the page isn’t on HTTPS, you denied the mic prompt earlier, or no microphone is connected. Check the little camera/mic icon in your address bar to re-grant permission.

Can I record for a long time? Yes, length is mainly limited by your device’s memory since the clip is held in RAM until you download it. For multi-hour sessions, dedicated recording software is the safer bet.

The meter moves but the playback is silent. That usually means you’re playing back through a muted output or the wrong device. Check your system volume and output selection, then play the clip again.

What’s the difference between WebM and OGG here? Both are open containers that usually carry Opus audio. WebM is the common Chrome and Edge default, OGG shows up in some Firefox builds. Quality is effectively the same for voice.

Can I trim or edit the recording? Not in this tool. It captures and exports. For cutting silence off the ends or stitching takes together, send the file to an audio trimmer or merger once you’ve downloaded it.

audio recorder microphone voice recorder webm record

Related Tools

More in Audio Tools