Initializing... drag & drop files here
Supports: WMA
.wma files or click "Add Files" to pick them. Batch is supported, so queue several recordings or voice memos at once..amr file downloads in seconds. No sign-up, no watermark, no install.WMA (Windows Media Audio) is Microsoft's proprietary audio family, released August 17, 1999, and wrapped in the ASF container. It plays well on Windows but lacks native support on iOS, modern Android, and macOS without third-party players. AMR (Adaptive Multi-Rate) is the 3GPP speech codec adopted in October 1999 (3GPP TS 26.090) and was for many years the default voice format on GSM and UMTS handsets. Converting WMA to AMR strips music-grade overhead and produces a tiny mono file built specifically for speech.
audio/amr MIME type are part of the 3GPP / 3GP container family, so AMR slots cleanly into MMS messages and 3GP video soundtracks.| Property | WMA (Standard) | AMR (AMR-NB) |
|---|---|---|
| Owner / standard | Microsoft (proprietary) | 3GPP (open standard, TS 26.090) |
| Released | August 17, 1999 | October 1999 |
| Container | ASF (.wma) |
3GPP raw (.amr) or 3GP |
| Optimised for | Music & general audio | Speech only |
| Channels | Mono or stereo (up to 7.1 in WMA Pro) | Mono only |
| Sample rate | up to 48 kHz | 8 kHz fixed |
| Audio bandwidth | up to ~22 kHz | 200–3400 Hz (telephone band) |
| Typical bitrate | 64–192 kbit/s | 4.75–12.2 kbit/s |
| Native iOS support | No | Yes (iMessage plays AMR) |
| Native Android support | Limited / third-party | Yes (built-in voice recorder) |
| MIME type | audio/x-ms-wma |
audio/amr, audio/3gpp |
AMR-NB defines exactly eight modes. Higher-bitrate modes give clearer voice; lower modes give the smallest files. The codec frames audio in 20 ms blocks of 160 samples regardless of mode.
| Mode | Bitrate | Typical use |
|---|---|---|
| MR475 | 4.75 kbit/s | Aggressive size cut, intelligible but artefact-prone |
| MR515 | 5.15 kbit/s | Long voice memos where size dominates |
| MR59 | 5.90 kbit/s | GSM half-rate equivalent quality |
| MR67 | 6.70 kbit/s | PDC-EFR-class voice in noisy networks |
| MR74 | 7.40 kbit/s | Toll-quality threshold; first "clean" mode |
| MR795 | 7.95 kbit/s | Common ringtone / voicemail default |
| MR102 | 10.2 kbit/s | High-clarity dictation |
| MR122 | 12.2 kbit/s | Best AMR-NB quality, GSM-EFR equivalent — use for music-adjacent voice |
For wider-bandwidth speech (50–7000 Hz) you would use AMR-WB at 6.6–23.85 kbit/s, but AMR-WB usually ships with the .awb extension; this converter targets standard AMR-NB .amr output.
Because AMR-NB throws away everything outside the 200–3400 Hz telephone band, downmixes to mono, and uses a 13-bit 8 kHz sampler — far less data than a 44.1 kHz stereo WMA. A three-minute WMA at 128 kbit/s is roughly 2.8 MB; the same clip as AMR-NB at 12.2 kbit/s is around 270 KB. That is a ~10x reduction, and most of it comes from discarding music-band frequencies a phone earpiece could not reproduce anyway.
No. AMR is a speech codec — it models the human vocal tract (ACELP) and assumes the input is a single voice. Music converted to AMR sounds harsh, washed-out, and full of warbling artefacts because cymbals, bass guitar, and harmony are outside the 3.4 kHz cutoff. For songs, convert to WMA to MP3 or WMA to AAC instead.
AMR-NB (narrowband) covers 200–3400 Hz at 8 kHz sampling and 4.75–12.2 kbit/s — the classic GSM voice format. AMR-WB (wideband, also called G.722.2) covers 50–7000 Hz at 16 kHz sampling and 6.6–23.85 kbit/s, and powers HD Voice / VoLTE on modern networks. WB files usually use the .awb extension. This page outputs standard AMR-NB .amr, which is what feature phones and most "convert to AMR" workflows actually want.
Yes. iMessage decodes AMR voice messages natively, and Voice Memos can play .amr attachments. The Files app and Music app are pickier, so for general iPhone playback (alarms, ringtones via GarageBand) most users prefer M4A — see WMA to M4A. AMR is the right choice when the receiving system specifically requires it.
Older Symbian, Series 40, and BlackBerry handsets accept AMR ringtones directly — drop the file in the Ringtones folder and pick it. Modern iPhone ringtones must be M4R (renamed M4A under 30 seconds), and modern Android accepts AMR but most users use MP3 or OGG. If your target is an iPhone, convert WMA to M4A and rename, not AMR.
Because the AMR-NB bitstream syntax has no provision for stereo or any sample rate other than 8 kHz. Encoders that accept stereo input silently downmix; encoders that accept higher sample rates silently resample. We expose the controls so you can confirm the conversion path, but changing them away from Mono / 8000 Hz produces an out-of-spec file that most decoders will refuse.
Yes. The Trim control accepts HH:MM:SS.sss for both start time and duration, so you can clip a 20-second voicemail snippet or a 30-second ringtone section from a longer WMA without a separate edit pass. For more granular cutting (fade in/out, multi-segment), use the dedicated Audio Cutter.
Opus at 12 kbit/s wideband sounds dramatically better than AMR-NB at 12.2 kbit/s — Opus is the modern WebRTC choice. AMR's value today is interoperability: feature phones, MMS gateways, voicemail systems, and 3GP video soundtracks all assume AMR. If both endpoints are modern, prefer Opus or AMR to MP3 for archival; if the endpoint is 2007-era hardware or a telco system, AMR is still the right answer.
No, both WMA Standard and AMR-NB are lossy codecs, so converting between them is a transcode — quality drops at every step. If you need a lossless intermediate (e.g., for archival before a final AMR encode), convert through WMA to WAV first, edit the WAV, then encode the WAV to AMR. That avoids cascading compression artefacts from the WMA decoder.