Initializing... drag & drop files here
Supports: 3GPP
12.5) or HH:MM:SS.sss (e.g. 00:00:12.500). Click Convert. Output is PCM 16-bit Little Endian (PCM_S16LE) — the standard interchange WAV codec every editor reads.3GPP is the multimedia container defined by the 3rd Generation Partnership Project for 3G mobile networks, built on MPEG-4 Part 12. The audio inside is almost always AMR-NB (adopted by 3GPP in October 1999) at 4.75–12.2 kbit/s with an 8 kHz sample rate and 200–3400 Hz bandwidth — a speech codec, not a music codec. WAV is the uncompressed PCM container developed by IBM and Microsoft in 1991 and remains the lingua franca of audio editing. Converting 3GPP → WAV decodes AMR once and writes raw PCM, so every subsequent edit is lossless.
| Property | 3GPP | WAV |
|---|---|---|
| Container | MPEG-4 Part 12 (mobile profile) | RIFF |
| Default audio codec | AMR-NB (8 kHz, 4.75–12.2 kbit/s) | PCM 16-bit Little Endian |
| Bandwidth | 200–3400 Hz (telephone) | DC to Nyquist (≥20 kHz at 44.1 kHz) |
| Typical bitrate | 8–24 kbit/s | 705–1411 kbit/s (16-bit mono/stereo at 44.1 kHz) |
| 1-minute file size | 60–180 KB | 5.3 MB mono / 10.6 MB stereo at 44.1 kHz |
| Max file size | Several GB (64-bit MP4 atom) | 4 GiB (32-bit RIFF size field) |
| Designed for | 3G mobile capture & playback | Editing, archival, interchange |
| Editor support | Limited — needs FFmpeg/codec pack | Universal across every audio editor |
| Sample Rate | What it matches | Best for |
|---|---|---|
| 8000 Hz | AMR-NB native | 1:1 with source, smallest WAV, voice-only workflows |
| 16000 Hz | AMR-WB native, Whisper input | Wideband AMR sources, speech-to-text pipelines |
| 22050 Hz | Half-CD | Voice with extra headroom, podcast intermediate |
| 32000 Hz | Broadcast FM | Voice mastering |
| 44100 Hz | CD quality | Standard audio editing, music mixing |
| 48000 Hz | Broadcast & video post | Sync back to video, DAW project default |
Upsampling beyond 8 kHz does not recover the audio above 4 kHz that AMR discarded — the spectrum stays band-limited to ~3.4 kHz no matter the target rate. Pick the higher rate only if your editor or downstream tool requires it.
Audacity opens WAV, FLAC, OGG, and (since recent versions) MP3 natively, but reads 3GPP only when the optional FFmpeg library is installed. If you've hit "Audacity did not recognize the type of file," converting to WAV first is the simplest fix — the WAV opens without any extra setup.
No. AMR-NB band-limits the original signal to 200–3400 Hz at 8 kHz sampling and discards everything above. The PCM WAV preserves exactly what's there with no further loss, but cannot reconstruct frequencies that were never recorded. Your WAV will sound identical to the source, just in a format every editor reads. Use WAV as the starting point for de-noising, normalization, or EQ — those processes work, the missing high frequencies still do not return.
If you're archiving or transcribing a phone recording untouched, 8000 Hz is honest about what's in the file and keeps the WAV ~5× smaller. If you're editing in a DAW alongside other tracks — music, sound effects, room tone — pick 44100 Hz so the project's sample rate is uniform; otherwise the DAW resamples on import anyway. Forcing 48000 Hz for a 3GPP voice memo just produces a bigger file that contains the same telephone-grade audio.
WAV is by definition an uncompressed container. The default and only option here is PCM 16-bit Little Endian (PCM_S16LE), which every audio editor and media player accepts. That's why there is no bitrate selector — bitrate is a function of sample rate × bit depth × channels, not a separate dial. To get a smaller file at similar quality, use 3GPP → MP3 instead.
A typical 1-minute 3GPP voicemail at 12.2 kbit/s AMR-NB is about 90 KB. As 44.1 kHz 16-bit stereo WAV it's roughly 10.6 MB — about 120× larger. At 8 kHz mono WAV it's about 960 KB, roughly 10× larger. The size jump is the cost of moving from a heavily compressed speech codec to raw PCM samples.
The .3gp and .3gpp extensions both wrap the 3GPP file format — .3gp is shorter and more common on devices; .3gpp shows up on some carrier exports and email attachments. .3g2 is the 3GPP2 variant used by CDMA phones (Verizon, Sprint legacy networks) with slightly different codec lists. All three carry AMR-family audio you can decode to WAV the same way; see also 3GP → WAV.
Yes. 3GPP files often contain both H.263 / MPEG-4 / H.264 video and AMR audio; this converter discards the video track and writes the audio stream out as PCM WAV. If you only need a clip, set Start Time and Duration under Trim — this avoids decoding the entire file and produces a shorter WAV directly.
Files are uploaded to a processing server, converted, and held briefly so you can download. They are not shared, indexed, or used for training. No account is required and there is no watermark or quality cap on the output WAV.
For long-term archival, re-encode the WAV to FLAC (lossless, ~50% the size of PCM) — see WAV → FLAC. For sharing or smaller file size, encode to MP3 at 96 kbps mono (plenty for voice). For editing, open the WAV directly in your DAW. The point of the WAV step is to break the AMR codec dependency once, then choose the right destination format from there.