Initializing... drag & drop files here
Supports: 3GP, 3G2
A 3GP file is a 3GPP mobile container that wraps a video track and an audio track — usually AMR speech or low-bitrate AAC. This tool extracts that audio track and writes it as an AIFC (AIFF-C) file: the video is discarded and the audio is decoded to uncompressed PCM, the format macOS and pro-audio editors expect. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.
One honest caveat up front: AIFC is a lossless container, so decoding low-fidelity 3GP audio into it makes the file larger without adding any quality back. If you just want a small, shareable clip from a phone recording, convert the 3GP to MP3 or to M4A instead. Choose AIFC only when an Apple/SGI audio editor specifically needs an AIFF-family file.
| Property | Value |
|---|---|
| Full name | 3GPP multimedia file (.3gp / .3g2) |
| Standardized by | 3rd Generation Partnership Project (3GPP / 3GPP2) |
| Container family | ISO base media (MP4-derived) |
| Typical video | H.263, MPEG-4 Part 2, or H.264 |
| Typical audio | AMR-NB, AMR-WB, or AAC-LC |
| AMR-NB sample rate | 8 kHz (narrowband speech) |
| AMR-NB bitrate | 4.75–12.2 kbit/s (speech-optimized) |
| Best for | Recordings from older 3G feature phones |
| Property | Value |
|---|---|
| Full name | Audio Interchange File Format — Compressed (AIFF-C) |
| Developer / year | Apple Computer, 1991 (extends AIFF, 1988) |
| File extension | .aifc (also .aif / .aiff) |
| Container structure | IFF chunks; identifier AIFC, plus an FVER chunk |
| xconvert output codec | 16-bit big-endian PCM (compression type NONE) |
| Compression | Optional in the spec; this tool writes uncompressed PCM |
| Native support | macOS (QuickTime, Music, Logic), most pro-audio DAWs |
| Best for | Editing and archival inside Apple/SGI audio workflows |
Because AIFC stores uncompressed PCM. 3GP audio is heavily compressed (AMR speech runs as low as 4.75 kbit/s; AAC is also lossy), so unpacking it into 16-bit PCM produces a much larger file. The extra bytes are zero-padding around the original signal — they do not add fidelity. If size matters, keep the audio compressed by converting to MP3 or M4A instead.
No. Decoding to PCM is mathematically faithful to whatever was in the 3GP, but it cannot reconstruct detail that lossy AMR or AAC encoding already discarded. AMR-NB in particular is narrowband (8 kHz, 200–3400 Hz) and tuned for speech, so a converted recording stays speech-grade no matter what container holds it.
Both are Apple's IFF-chunk audio formats; AIFF (1988) carries only uncompressed PCM, while AIFF-C / AIFC (1991) adds a field that can name a compression codec. In our testing, this converter writes AIFC with the NONE compression type — i.e. plain 16-bit big-endian PCM — so the result is effectively a lossless file that also opens anywhere AIFF does.
No. This is an audio-extract conversion: the video track is dropped and only the audio is written to the AIFC. If you want to keep the picture, convert the 3GP to a video format such as MP4 instead.
AIFC is the AIFF-family format Apple software expects, so it's the natural choice if you're editing in Logic, GarageBand, or another macOS DAW. WAV is the equivalent uncompressed format on Windows. MP3 or M4A are the right picks when you want a small file for sharing or playback rather than an editing master.
No. Uploads travel over an encrypted connection and are processed on our servers, then deleted automatically after a few hours. Conversions need no sign-up and add no watermark, and files are never shared or made public.
It accepts .3gp and .3g2 files. 3G2 is the 3GPP2 (CDMA) variant of the same container and is handled the same way — the audio track is extracted and written to AIFC regardless of which variant you upload.