Online Voice Memo Recorder

Record, save, and play back voice memos with auto-save and download. No account or signup required.

Runs in your browser. No data leaves your device.

Frequently Asked Questions

How does the Voice Memo Recorder work?

The tool uses the MediaRecorder API to capture microphone audio into chunks of encoded data (typically WebM/Opus). When you stop recording, the chunks are combined into a Blob and converted to a base64 data URL for storage in localStorage. Playback creates an Audio element from the stored data URL.

Where are my recordings stored?

Recordings are saved in your browser's localStorage on your device. Clearing your browser data will remove them, so download important memos.

Can I download my recordings?

Yes. Each recording can be downloaded as an audio file for safekeeping or sharing. Downloaded files are standard audio formats playable on any device.

Is there a recording time limit?

There is no hard time limit, but recordings are stored in your browser's localStorage which has a storage quota (typically 5-10 MB). Very long recordings may need to be downloaded and removed to free space.