Filery

Voice Recorder

Record from your microphone. The file saves directly to your device.

Choose file or drop it anywhere on this page Processed on your device — never uploaded

How to voice recorder

  1. Open the page. Your browser asks for microphone permission.
  2. Check the live waveform to confirm the microphone is picking up audio.
  3. Click Start to record, Stop when done, then download the file.

About this tool

Recording from a microphone in a browser uses the getUserMedia API — the same API that voice chat applications use. The advantage here is that the recording saves directly to your device as a file, without a service account or the audio being processed on a server. For voice memos, quick recordings, and field capture without an external recorder, it is faster than opening a standalone application.

The live waveform confirms that the microphone is active and giving signal. A flat line means no input — check your microphone permissions in the browser settings. A consistently pegged (always at maximum) line means the gain is too high or you are too close to the microphone. For voice recordings, the waveform should peak roughly in the top half of the display on a loud phrase, with quiet sections showing a few pixels of movement.

Questions

Is the audio uploaded anywhere?
No. The microphone stream goes from your browser's MediaDevices API directly to a local recorder. No audio data touches a server. The file is written to your device when you click download.
What format should I save in?
WAV for maximum quality and compatibility with audio editing software — it is lossless and every editor reads it. MP3 if you want a smaller file for sharing and do not need to edit it further. M4A is a good middle ground: smaller than WAV, higher quality than MP3 at the same bitrate, and supported on all Apple devices.
Can I record a phone call or system audio with this?
No. This tool only has access to microphone input. System audio and phone calls require a different capture method — screen capture with system audio via the screen recorder, or a loopback audio device configured at the OS level.