Initializing... drag & drop files here
Supports: WEBM
WebM is Google's open container, introduced May 18, 2010, that wraps VP8/VP9 video with Vorbis or Opus audio. AMR (Adaptive Multi-Rate Narrowband) is a 3GPP speech codec standardized in October 1999 that compresses voice to 4.75-12.2 kbit/s at an 8 kHz sample rate covering the 200-3400 Hz telephony band. You are intentionally throwing away music quality to land on a tiny, narrowband, mobile-network speech format. That trade-off only makes sense for specific jobs:
If you actually want listenable speech for podcasts, audiobooks, or sharing in modern messaging apps, convert to MP3, WAV, M4A, or AAC instead — AMR-NB is the wrong codec for anything you want to listen to on headphones.
| Property | WebM (Vorbis/Opus) | AMR-NB |
|---|---|---|
| Container | Matroska-based WebM | Raw .amr (or .3gp wrapper) |
| Codec(s) inside | Vorbis or Opus | Adaptive Multi-Rate Narrowband only |
| Standardized by | Google / On2 / Xiph (May 2010) | 3GPP (TS 26.071, October 1999) |
| Sample rate | Up to 48 kHz | Fixed 8 kHz |
| Frequency response | Full-band, ~20 Hz-20 kHz | 200-3400 Hz (telephony band) |
| Channels | Mono / stereo / surround | Mono only |
| Typical bitrate | 64-510 kbit/s (Opus/Vorbis) | 4.75-12.2 kbit/s |
| Best for | Web video/audio, music, streaming | Mobile voice memos, IVR, GSM telephony |
| Royalty | Royalty-free | Patented — encoders licensed via VoiceAge |
| Modern device support | All major browsers, most players | Most Android, VLC, ffmpeg; iOS playback varies |
| Mode | Bitrate | ~Size per minute | Use when |
|---|---|---|---|
| MR475 | 4.75 kbit/s | ~36 KB | Lowest size; speech still intelligible but noticeably degraded |
| MR590 | 5.90 kbit/s | ~44 KB | GSM half-rate fallback; very small archives |
| MR740 | 7.40 kbit/s | ~56 KB | US-TDMA legacy; reasonable speech |
| MR795 | 7.95 kbit/s | ~60 KB | Common default on older Android voice recorders |
| MR102 | 10.2 kbit/s | ~77 KB | Noticeably cleaner; minor file-size cost |
| MR122 | 12.2 kbit/s | ~92 KB | "Highest" preset; GSM full-rate equivalent (EFR) |
That is the codec working as designed. AMR-NB only encodes the 200-3400 Hz band — the same band a 1990s GSM phone call used — so anything above 3.4 kHz (sibilance, music, room ambience) is filtered out before encoding. If the muffling is unacceptable, AMR-NB is the wrong target. Convert to MP3, Opus (WebM is already Opus or Vorbis), or AAC instead.
Not natively in Files or Music in current iOS versions. iPhones used to embed AMR support for MMS voice clips, but modern iOS playback is inconsistent — VLC for iOS and most third-party audio apps will play .amr, the stock Music app generally will not. If you need iPhone-friendly speech audio, convert WebM to M4A (AAC) instead.
This page outputs AMR-NB (the .amr extension, 8 kHz, eight bitrates up to 12.2 kbit/s). AMR-WB uses a different file extension (.awb) and the 50-7000 Hz wideband range — it is a separate format target. Use AMR-WB only when the receiving device specifically asks for it; otherwise AMR-NB is what "AMR" means in the wild.
For voice notes you actually want to understand later, pick 12.2 kbit/s ("Highest" preset). The file is still roughly 92 KB per minute, which is trivial. Only drop to 4.75-7.40 kbit/s if you are bulk-archiving hundreds of hours and the storage cost matters more than clarity.
AMR-NB is mono-only by spec. The encoder downmixes the WebM's left and right channels into a single channel before encoding — there is no stereo AMR mode to choose. If preserving stereo matters (music, binaural recording, two-mic interview), use WAV, MP3, or M4A as your target instead.
The WebM must contain an audio track. Video-only WebM files (rare — usually screen captures with no microphone input) will fail to produce a usable AMR. If you have a silent WebM and need a placeholder, record fresh audio first.
At the lowest bitrate (4.75 kbit/s, mono, 8 kHz), one hour is roughly 2.1 MB. At the highest (12.2 kbit/s) it is roughly 5.5 MB. Compare to a typical Opus podcast at 40 kbit/s stereo, which would be about 18 MB for the same hour — the AMR is 3-9x smaller, with the trade-off being phone-call audio quality.
Yes — use the Trim control in Advanced Options to set a start time and duration, or pre-trim the WebM with the Audio Cutter. Trimming first is the right move for AMR because the format is meant for short voice clips, not full-length media.
Use AMR to MP3. Reversing the conversion will not restore the audio quality lost when downsampling to 8 kHz mono — the high-frequency content is gone for good — but it will produce a file that plays in every modern app and device.