How Voice recorder works
Voice recorder captures microphone audio right in your browser using the MediaRecorder API and saves the recording as a local file, no account, no app. Press record, speak, stop, and download. The recording lives entirely in your browser tab memory during capture: your voice never reaches any server, not even as a relay.
The controls cover real dictation sessions, not just one-shot clips: you can pause and resume without splitting the file, watch the elapsed time while recording, and listen to the built-in playback before deciding to keep or discard the take. The file is saved as WebM with the Opus codec (browsers without WebM support, such as Safari, fall back to M4A automatically) under a timestamped name like voice-2026-07-01-09-30-05.webm, so a series of memos stays sorted by itself. Since the audio is held in tab memory while recording, closing the tab discards an unfinished take; download the recording before moving on.