Initializing... drag & drop files here
Supports: 3GPP
This walkthrough is for anyone holding a 3GPP mobile clip — a phone recording, a voice memo, an old MMS attachment — who needs the audio track pulled out and saved as AIFF, Apple's uncompressed PCM format, for a Mac or pro-audio workflow. By the end you will know which two settings actually matter, how to predict the output size before you click Convert, and the one thing AIFF categorically cannot do: add fidelity the phone never captured.
.3gpp clip. Several files can be queued and they all run with the same settings, so a folder of voice memos converts in one pass..aiff. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. No sign-up, no watermark.3GPP (.3gpp, also written .3gp) is a container defined by the 3rd Generation Partnership Project in specification TS 26.244 and built on MPEG-4 Part 12, the ISO base media file format — the same skeleton as MP4. The audio riding inside it is one of a small, predictable set of codecs, and which one you have decides everything about the AIFF you get back.
| Audio codec inside the 3GPP | Sample rate | Channels | Typical bitrate | What the AIFF ends up holding |
|---|---|---|---|---|
| AMR-NB (plain "AMR") | 8,000 Hz | Mono | 4.75–12.2 kbit/s | Telephone-band speech, roughly 200–3,400 Hz |
| AMR-WB | 16,000 Hz | Mono | 6.6–23.85 kbit/s | Wideband speech, roughly 50–7,000 Hz |
| AAC-LC | Usually 44,100 or 48,000 Hz | Mono or stereo | 64–128 kbit/s | Full-band audio at the source's channel layout |
| HE-AAC / Enhanced aacPlus | 44,100 Hz output | Mono or stereo | 24–64 kbit/s | Full-band, but the top octave is SBR-reconstructed |
If the clip came off a feature phone or is a call/voice recording, it is almost certainly AMR-NB. If it came off a later handset that also shot H.264 video, AAC-LC is the likely payload.
Only two controls change the result here, and the right answer depends entirely on which row of the table above you are in.
There is no bit-depth control to worry about: the converter always writes PCM_S16BE, 16-bit big-endian samples, which is the canonical AIFF encoding that Logic Pro, GarageBand, and Pro Tools assume. Going wider than 16 bits would gain nothing, because a lossy 8 kHz source has far less effective resolution than 16 bits already provides.
AIFF stores raw PCM, so the size is pure arithmetic — sample rate × 2 bytes per sample × channel count. Nothing about the content changes it, which means you can predict the output before uploading.
| Sample rate and channels | Bytes per second | Per minute | Typical source |
|---|---|---|---|
| 8,000 Hz mono | 16,000 | ≈ 0.96 MB | AMR-NB voice memo |
| 16,000 Hz mono | 32,000 | ≈ 1.9 MB | AMR-WB recording |
| 44,100 Hz mono | 88,200 | ≈ 5.3 MB | Mono AAC clip |
| 44,100 Hz stereo | 176,400 | ≈ 10.6 MB | Stereo AAC clip |
| 48,000 Hz stereo | 192,000 | ≈ 11.5 MB | Forced to a 48 kHz DAW session |
This is why an AIFF is routinely many times larger than the 3GPP it came from: the 3GPP stored the audio compressed at kilobits per second, and AIFF stores it uncompressed at hundreds of kilobytes per second.
.3gpp may be a video-only clip with no audio track at all, or a truncated download. Confirm the original actually plays sound in VLC or QuickTime before converting.AIFF is the wrong destination when your goal is a small, shareable file — uncompressed PCM is the opposite of small, and a few minutes of stereo audio runs to tens of megabytes. For sending or archiving cheaply, 3GPP to MP3 gives a compact lossy file instead. If a Windows-side tool chokes on big-endian samples, 3GPP to WAV writes the same PCM data little-endian in a RIFF container. And if the .3gpp is DRM-protected or only partially downloaded, no online converter can read it — that is a problem with the source file, not with the format you picked.
No. AIFF is an uncompressed container, not an upscaler. If the 3GPP holds AMR-NB audio it was captured at 8 kHz and filtered to roughly 200–3,400 Hz, so the AIFF holds those same band-limited samples in PCM form — same phone-recording character, much larger file. If the 3GPP holds AAC, the AIFF carries the decoded AAC samples with no audible change. AIFF's value here is workflow (native PCM your DAW can edit without re-decoding), not fidelity.
Leave Audio Sample Rate at ORIGINAL. AMR-NB is recorded at 8,000 Hz, so an 8 kHz mono AIFF preserves everything that was captured at about 0.96 MB per minute. Resampling to 44,100 Hz produces a file more than five times larger that contains no extra audio information: AMR-NB filters out everything above roughly 3,400 Hz at the encoder, and resampling cannot invent frequencies that were never recorded.
Because 3GPP stores audio compressed and AIFF stores it raw. AMR-NB often sits near 12 kbit/s and AAC around 64–128 kbit/s, while 16-bit PCM runs at 16,000 bytes per second for 8 kHz mono and 176,400 bytes per second for 44.1 kHz stereo. The video track is discarded, but the audio payload expands by one to two orders of magnitude. Keeping Sample Rate at ORIGINAL and choosing Mono for speech keeps the output as small as the format allows.
PCM_S16BE — 16-bit big-endian linear PCM, the standard AIFF sample encoding. Big-endian byte order is a legacy of AIFF's origins on the 68000-based Macintosh, and it is what Logic Pro, GarageBand, and Pro Tools expect from a .aiff. There is no bit-depth selector on this page because a wider depth would add bytes without adding information to a lossy mobile source. If you specifically need little-endian PCM or other bit depths, use 3GPP to WAV.
They store the same thing — linear PCM — in different chunked containers. AIFF was released by Apple in 1988 and derives from Electronic Arts' Interchange File Format, storing samples big-endian; WAV is Microsoft's RIFF-based equivalent and stores them little-endian. At the same sample rate, bit depth, and channel count the actual audio is identical. Pick AIFF when your tools are Apple-centric, WAV when they are not; there is no quality difference between the two.
Yes. Open Advanced Options and use the Trim control, which starts at Unchanged. Set a start point and a duration to convert only that span, which is the most effective way to keep an uncompressed AIFF manageable — halving the duration halves the file, exactly, because PCM size scales linearly with time.
Do not count on it. A 3GPP file carries MPEG-4 style metadata boxes — creation time, recording device, sometimes GPS — that have no direct equivalent in AIFF's chunk structure, and the conversion is a decode-and-rewrite of the audio samples, not a metadata migration. If the capture date matters, note it from the file's properties before converting, or keep the original .3gpp alongside the AIFF.
Our converter writes PCM_S16BE at whatever sample rate and channel count you select, so the size is fully predictable rather than something you have to test: 30 seconds of 8 kHz mono lands at 480,000 bytes, and 30 seconds of 44.1 kHz stereo at 5,292,000 bytes — multiply the bytes-per-second column in the table above by your clip length. On privacy: files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours, with no sign-up, no watermark, and no sharing or public listing of your audio.