Voice Recorder

Record voice notes, demos and dictation straight from your microphone. Watch the level meter while you talk, pause and resume freely, then play the take back and download it — nothing is uploaded.

voice-recorder · runs locally
0:00.0elapsed
idlestate

A voice recorder with no app and no upload

This recorder uses two APIs built into every modern browser: getUserMedia to open your microphone (only after you grant permission) and MediaRecorder to capture the stream. The take accumulates in memory on your machine, so nothing is sent to a server at any point — close the tab and the audio is gone unless you downloaded it. When you press Stop, the tool also stops every microphone track, which is what makes the mic-in-use indicator in your browser and OS switch off.

How to record

  1. Click Record and allow microphone access when your browser asks.
  2. Watch the level meter — steady green movement while you speak is right; constant red means back off the mic.
  3. Use Pause/Resume to skip interruptions; they join into one take.
  4. Click Stop, play the result back, and download it.

You get two download options. The native file is whatever your browser recorded — compact WebM/Opus in most browsers, MP4/AAC in Safari — and is ideal for sharing. Convert to WAV decodes that recording and re-encodes it as uncompressed 16-bit PCM, the format editors, DAWs and transcription tools accept without question.

After the take

Recorded a minute of silence before the good part? Cut it out with the Audio Trimmer. If the take came out quiet, the Audio Volume Booster can raise it safely, and the Audio to WAV Converter handles files you recorded elsewhere. All of them run locally, so your voice stays on your machine through the whole chain.

Frequently asked questions

Is my recording private? Where does the audio go?

The audio stays on your device — it is captured and held in your browser's memory and never uploaded anywhere. Microphone access itself is enforced by the browser: the page cannot listen until you grant permission, and when you press Stop the tool releases every mic track, so your browser's recording indicator light turns off.

What format are the recordings in?

Whatever your browser's MediaRecorder produces natively — usually WebM with the Opus codec in Chrome, Edge and Firefox, while Safari records MP4/AAC. The download button uses the correct extension automatically, and the Convert to WAV button gives you a universal uncompressed copy.

Can I download my recording as MP3?

Not from this tool, honestly: browsers ship no MP3 encoder, so in-page MP3 export would require bundling a large codec library. Download the WAV instead — it opens everywhere — and run it through any converter or DAW if you specifically need MP3.

How long can I record for?

There is no timer limit; the practical bound is your device's memory, since the take is held in RAM. Voice notes, interviews and demos of many minutes — even an hour or two on most machines — are fine. For very long sessions, dedicated recording software that streams to disk is the safer choice.