Initializing... drag & drop files here
Supports: AMR
.amr recording or click "Add Files". Both AMR-NB (narrowband) and AMR-WB (wideband) files are accepted, and batch is supported — drop in a whole folder of voice memos and each one converts in parallel.AMR (Adaptive Multi-Rate) is a lossy speech codec adopted by 3GPP in October 1999 and built into GSM and UMTS mobile networks. It was designed for one job: compressing the human voice at tiny bitrates. AMR-NB samples at 8 kHz, filters audio to a 200–3400 Hz telephone band, and encodes 20-millisecond frames at one of eight bitrate modes from 4.75 to 12.2 kbps — so a minute of speech is roughly 90 KB. That efficiency is why Android phones, many call-recorder apps, and MMS voice messages still produce .amr files. AMR-WB (wideband) widens the band to 50–7000 Hz at a 16 kHz sample rate for clearer voice, but it is the same speech-first family.
The problem shows up the moment that file leaves the phone. Outside the mobile ecosystem, AMR is a second-class citizen: Windows Media Player, the macOS Music app, most browsers, and standard audio editors don't open .amr natively without an FFmpeg plug-in. Converting solves that.
.amr attachment usually downloads as an unknown file the recipient can't open.Because AMR is already heavily compressed and band-limited, converting to MP3 wraps the same audio in a playable format but does not add fidelity that was never captured — speech stays clear; music or background detail won't suddenly improve.
| Property | AMR-NB | AMR-WB |
|---|---|---|
| Full name | Adaptive Multi-Rate Narrowband | Adaptive Multi-Rate Wideband |
| Standardized by | 3GPP (Oct 1999) | 3GPP / ITU-T G.722.2 (2001) |
| Sample rate | 8 kHz | 16 kHz |
| Audio bandwidth | 200–3400 Hz | 50–7000 Hz |
| Bitrate modes | 8 modes, 4.75–12.2 kbps | 9 modes, 6.6–23.85 kbps |
| Compression | Lossy (ACELP) | Lossy (ACELP) |
| File header / extension | #!AMR magic number, .amr |
#!AMR-WB magic number, .amr |
| Storage format spec | RFC 4867 (IETF) | RFC 4867 (IETF) |
| Native desktop/browser support | Limited (needs FFmpeg / VLC) | Limited (needs FFmpeg / VLC) |
| Best for | Voice memos, call recordings, MMS | Clearer voice / VoIP recordings |
VLC media player (Windows, macOS, Linux) plays .amr files directly, as does QuickTime on a Mac. Audacity can import and edit AMR if you've installed its optional FFmpeg library. Windows Media Player and the macOS Music app generally do not open AMR without extra codecs — which is the most common reason people convert it to MP3 first, since MP3 plays in essentially every player and on every device.
No — and it's important to be realistic about this. AMR is a lossy, band-limited speech codec: AMR-NB captures only the 200–3400 Hz telephone range. Converting to MP3 makes the file universally playable, but it cannot recover frequencies the original never recorded. The audio will sound the same as the source AMR, just in a format your players accept. To avoid adding a second round of lossy compression on top, export at a high MP3 bitrate (256 or 320 kbps) or convert to WAV/FLAC for a lossless wrapper.
Pick MP3 for sharing and playback — it's small and plays everywhere. Pick WAV when you plan to edit the recording: WAV is uncompressed PCM, so editors like Audacity and Adobe Audition load the waveform without re-decoding a lossy stream, and you avoid stacking compression artifacts during cleanup or noise reduction. Many people convert to WAV to edit, then export the finished result to MP3.
They're related but not identical. A raw .amr file is a bare AMR audio stream that starts with the #!AMR header (defined in RFC 4867). .3gp and .3ga are 3GPP container files that can hold AMR audio (often alongside video) rather than being the raw codec stream. If your file is .3gp/.3ga, the audio inside is frequently AMR or AAC; our converter handles the AMR audio either way.
Yes. Drop multiple .amr files into the uploader and each one is converted in parallel; you can download them individually or grab the whole set as a single ZIP. In our testing, a batch of short call recordings — each well under a megabyte, as AMR files tend to be — converts to MP3 in a few seconds total, since the encode work per file is tiny.
Your files are uploaded over an encrypted (TLS) connection, processed on our servers, and deleted automatically after a few hours. There's no sign-up, no watermark, and your recordings are never shared or made public. Because voice memos and call recordings can be sensitive, this matters: nothing is retained for training, indexing, or any other purpose once the conversion is done.