Audio Recorder
Record with your microphone and download the result instantly. 100% in your browser, nothing is uploaded anywhere.
Nothing is uploaded anywhere: the recording is processed and stored only in your browser.
Built by
Miguel Ángel Colorado Marin (MACM)
Built by
Miguel Ángel Colorado Marin (MACM)
Full-Stack Developer · Guadalajara, España
I develop web apps, digital tools and full projects — from design to deployment.
The audio recorder lets you record with your microphone directly from the browser, with no app to install and no server involved. Press start, speak or record whatever you need, pause and resume if needed, and when you're done stop the recording to listen to it and download it instantly. Useful for voice notes, quick demos, dictation, or any recording you need without hassle. The recording is processed with the browser's native MediaRecorder API and never leaves your device until you decide to download it.
Features
- ✓Recording from the microphone
- ✓Pause and resume
- ✓Live level indicator
- ✓Preview before downloading
- ✓100% in browser, no uploads
How to record audio?
- 1
Grant microphone permission
Your browser will ask the first time you press record.
- 2
Start recording
Press the button and speak or record whatever you need.
- 3
Pause if you need to
You can pause and resume without losing what was recorded so far.
- 4
Stop and download
Listen to the result in the player and download it with one click.
Frequently asked questions
Is my recording uploaded to a server?
No. The recording is captured and processed with the browser's MediaRecorder API, it never leaves your device until you download it.
What format does it download in?
WebM with Opus audio, a high-quality compressed format with a small file size, compatible with most modern players and editors.
Can I pause and keep recording?
Yes, the pause button temporarily stops capturing without losing what's recorded, and resume keeps adding to the same file.
Is there a duration limit?
There's no artificial limit, though very long recordings use more of your browser's memory while in progress.
Related tools
Embed Audio Recorder on your site
Add Audio Recorder to any web page with a simple iframe. Free, with attribution to miguelacm.es.
<iframe
src="https://miguelacm.es/embed/audio-recorder"
width="100%"
height="700"
frameborder="0"
title="Audio Recorder — miguelacm.es"
></iframe>View embed in new tab →