Initializing... drag & drop files here
Supports: AMR
This tutorial is for anyone who needs an .amr voice recording — an old Android voice memo, a saved voicemail, an MMS audio clip, or a call recording — inside a Mac audio app or a DAW that expects uncompressed AIFF. It covers the two settings that actually matter on this page, sets honest expectations about what the conversion can and cannot do, and walks through the errors people hit with phone-recorded speech.
.amr file onto the page or click "Add Files" to browse. Voice-recorder memos, exported voicemails, MMS audio attachments, and call recordings all work, and you can queue several files to run with the same settings..aiff. The output is written as PCM signed 16-bit big-endian, the macOS-native AIFF flavour. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.| Property | AMR (input) | AIFF (output) |
|---|---|---|
| Type | Lossy speech codec in a framed bitstream | Uncompressed PCM in a chunked container |
| Specified by | 3GPP; the file storage format is defined in RFC 4867 (2007) | Apple, 1988, built on Electronic Arts' EA IFF 85 chunk structure |
| Sample rate | 8 kHz narrowband, 16 kHz wideband | Kept as-is, or set to 8/12/16/24/44.1/48 kHz |
| Audio band | Roughly 200–3,400 Hz — telephone speech | Whatever the decoded source contains |
| Bit rate | 8 narrowband modes, 4.75–12.2 kbit/s; 9 wideband modes, 6.6–23.85 kbit/s | Fixed by maths: sample rate × 2 bytes × channels |
| Byte order | Not applicable — a packed speech bitstream | Big-endian, a legacy of the Motorola 68000 Macs |
| Channels | Single channel in practically every file you will meet | Mono or stereo |
| Editing support | Rare outside phone software | Opens natively in Logic Pro, GarageBand, Pro Tools, Final Cut, and Audacity |
The AIFF encoder writes PCM signed 16-bit big-endian, the standard AIFF layout that Mac audio software reads without a plug-in. You do not need to think about the codec; the two dropdowns worth understanding are Audio Channel and Audio Sample Rate.
Uncompressed PCM has no guesswork in it — the size is sample rate × 2 bytes per sample × channels. That makes the jump from a speech codec to AIFF completely predictable:
| Format and setting | Bytes per second | One minute of audio |
|---|---|---|
| AMR narrowband at 4.75 kbit/s (source) | ≈ 594 | ≈ 36 KB |
| AMR narrowband at 12.2 kbit/s (source) | ≈ 1,525 | ≈ 92 KB |
| AIFF, 8 kHz mono 16-bit (ORIGINAL, narrowband source) | 16,000 | ≈ 0.96 MB |
| AIFF, 16 kHz mono 16-bit (ORIGINAL, wideband source) | 32,000 | ≈ 1.9 MB |
| AIFF, 44.1 kHz mono 16-bit (upsampled) | 88,200 | ≈ 5.3 MB |
| AIFF, 44.1 kHz stereo 16-bit (upsampled and duplicated) | 176,400 | ≈ 10.6 MB |
AMR figures are the codec payload; the real file adds small per-frame headers, so treat them as a floor rather than an exact size.
.awb, not .amr." That is AMR wideband — 16 kHz, a fuller 50–7,000 Hz band. It decodes the same way; keep Audio Sample Rate on ORIGINAL to preserve the 16 kHz rate.Some voicemail downloads from carrier portals are DRM-wrapped or served as a stream rather than a plain file; those will not decode, and the fix is to obtain an unprotected export. Files that carry the .amr extension but a different payload inside also fail — if that happens, try AMR to WAV, which writes plain little-endian PCM and is worth a second attempt. If you want a small file to send rather than an uncompressed editing master, AMR to MP3 is the better target, and an oversized AIFF can be shrunk afterwards with the Audio Compressor. To go back the other way for legacy phone software, use AIFF to AMR.
No, and any tool that claims otherwise is overselling. AMR is a lossy speech codec: it models the vocal tract rather than storing the waveform, and it filters the input to roughly the 200–3,400 Hz telephone band before encoding at 4.75–12.2 kbit/s. Decoding that into uncompressed AIFF gives you a far larger, edit-friendly file, but the missing detail is gone for good. What you gain is an editable, universally readable master that will not lose any more quality as you work on it.
For listening or archiving, leave Audio Sample Rate on ORIGINAL. A narrowband source has no content that 8 kHz cannot hold, so a 44.1 kHz version is about 5.5× bigger and sounds identical. Upsample only when your session runs at 44,100 or 48,000 Hz and you want the file to import without the host resampling it — that is an alignment decision, not a quality one.
Because the two formats store completely different things. A minute of narrowband AMR is roughly 36–92 KB depending on the mode; the same minute as 8 kHz mono 16-bit AIFF is about 0.96 MB, since uncompressed PCM spends 16,000 bytes on every second regardless of content. That is the price of an uncompressed format, not evidence that something went wrong.
Our AIFF output is PCM signed 16-bit big-endian — the standard AIFF layout, and the reason file sizes here are exactly predictable rather than estimated: sample rate × 2 bytes × channels. Big-endian ordering is AIFF's defining trait, inherited from the Motorola 68000 processors in the first Macs, and it is what separates AIFF from WAV, which stores the same PCM samples little-endian inside a RIFF container.
Keep it mono. The source has one channel of speech; selecting STEREO writes two identical channels, doubling the file for no audible difference. Mono AIFF plays correctly through stereo speakers and headphones on its own. The only reason to choose stereo is if you intend to build a stereo mix around the voice and want the extra channel ready in the session.
They hold the same uncompressed PCM, so neither is higher quality. Choose AIFF for Mac-centred work: Logic Pro, GarageBand, and Final Cut treat it as a native format, and it carries ID3-style metadata cleanly. Choose AMR to WAV if the destination is Windows software, a transcription service, or a speech-to-text API, since WAV is the format those tools name first in their documentation.
.awb) wideband files too?Yes. Wideband AMR samples at 16 kHz with a roughly 50–7,000 Hz band and nine bit rates from 6.6 to 23.85 kbit/s, and it decodes to AIFF the same way narrowband does. It will sound noticeably fuller than a narrowband recording because the phone captured more of the voice — leave Audio Sample Rate on ORIGINAL so the 16 kHz rate carries through untouched.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. The practical constraint on a long recording is upload size and time rather than anything on the conversion side, and because AIFF is uncompressed you can predict the output size before you start with the table above.