Voice Recorder

Record your microphone in the browser and download an MP3 at three quality levels or an uncompressed WAV. No account, no install, nothing uploaded.

🌐 Español

πŸ”’ Private by design: everything is recorded and processed locally in your browser and never uploaded to any server.

Recording is the easy part, getting a usable file is not

Every operating system has a voice recorder buried in it somewhere, and most of them save into a format that something else then refuses to open. The web equivalents usually want an account, cap the length, or upload what you recorded so they can hand it back as a download.

This page does the recording and the conversion in the same tab. Your microphone is captured, held in memory, and written out as either an MP3 at a quality you choose or an uncompressed WAV. Nothing leaves the machine, there is no limit imposed, and the only thing that reaches your disk is the finished file.

Making a recording

  1. Choose Download as, either MP3 or WAV.
  2. If you chose MP3, pick an MP3 quality, ignored when WAV is selected level.
  3. Start recording and allow microphone access when the browser asks.
  4. Speak. The page shows that recording is in progress.
  5. Stop. A brief conversion runs, then the download is offered.

The file is named from the date and time you stopped, so a run of takes sorts itself chronologically without you naming anything.

Why there is a pause after stopping

Browsers do not record straight to MP3 or WAV. They record into their own working format, which is efficient to capture but is not what most people want to end up with.

So the conversion happens after you stop, and it is a real step rather than an instant one. The WAV path decodes the recording and rewrites it as plain uncompressed samples. The MP3 path runs it through an encoder at your chosen bitrate.

Knowing that explains the wait and it also explains why the quality setting cannot affect the capture. By the time the setting is applied, the recording already exists. The setting decides how it is written out, not how it was taken in.

Choosing between MP3 and WAV

The rule of thumb is about what happens next.

If the recording is finished when you download it, take MP3. A voice memo, a note to yourself, something to send to somebody. At 192 kbps it is transparent for speech and a small fraction of the size.

If the recording is raw material for something else, take WAV. Anything you are going to trim, level, denoise, transcribe or feed to another tool is better handled uncompressed, because each lossy encode in a chain is one the next stage has to work around. Convert to MP3 at the end instead, which WAV to MP3 does with a bitrate you choose.

The three MP3 qualities in practice

192 kbps is the default and the right answer nearly always. It is well past the point where speech through an ordinary microphone shows any difference.

320 kbps is worth choosing when the file is heading into further processing and you want to give the next stage as much to work with as possible, though WAV is the better answer for that case if size permits.

128 kbps is for when size genuinely dominates. A long meeting recording that has to fit an attachment limit is the honest use case, and speech survives it perfectly well.

What to do with the recording

If the level is too low, Normalize Audio or Boost MP3 Volume fixes it. If there is constant background hiss, Remove Audio Noise is the pass to run. If there are long gaps, Silence Remover tightens it up, and Cut MP3 trims the ends.

To turn the recording into text, Transcribe Audio runs a speech model on your own device. To check your microphone before recording anything important, Webcam and Microphone Test shows a live level meter. The rest are on the audio hub.

Frequently asked questions

Is the recording sent anywhere?

No. The microphone stream is captured, held in your browser's memory and converted there, then handed to your downloads folder. Nothing is transmitted at any point and there is no account, which is the entire reason to use a page like this rather than a service that stores recordings for you.

Why is there a wait after I press stop?

Because the browser records in its own working format and the file you asked for has to be produced from it afterwards. Choosing WAV means decoding the recording and re-writing it as uncompressed samples. Choosing MP3 means running it through an encoder. Either way the conversion happens after you stop, which is why a message appears between stopping and the download becoming available.

Does the quality setting affect the recording itself?

No, only the file written afterwards. The recording is captured the same way regardless, and the setting decides how it is encoded on the way out. That also means the setting does nothing at all when WAV is chosen, since WAV is uncompressed and has no bitrate to set. The option stays visible rather than disappearing, so the form does not shift around.

Which of the three MP3 qualities should I pick?

192 kbps for almost everything, which is the default. It is transparent for speech and holds up for anything else you are likely to record on a built in microphone. Choose 320 if the recording is going into further editing and you want the maximum headroom, and 128 only when file size genuinely matters more than fidelity, such as a long recording headed for an attachment.

When is WAV worth the size?

When the recording is an intermediate rather than a final product. Anything you will edit, process or run through another tool is better kept uncompressed, because each lossy encode in a chain adds artefacts that the next one then tries to encode. For a voice memo you are simply going to listen to, MP3 is the sensible choice and a fraction of the size.

How is the file named?

Automatically, from the moment you stopped recording, with the date and time in the name and the extension matching your chosen format. That means a series of recordings sorts chronologically in a folder without you naming anything, which is what you want when you are capturing several takes in a row.

Is there a length limit?

None imposed by the tool. The recording is held in your browser's memory, so the real limits are how much memory your device has and how long the conversion takes afterwards, both of which scale with duration. A short note is instant and a long meeting takes a noticeable moment to finish once you stop.

Related tools