Audio format conversion (transcoding) is the process of converting audio from one encoding format to another. It's a very common need in everyday use — maybe you downloaded a WAV file and want to save space by converting to MP3, or your iPhone needs an M4R ringtone but you only have an MP3 file.
Before converting, it's important to understand that "lossy → lossy" conversion causes additional quality loss. Every lossy encoding step discards some data, so MP3 → AAC loses more quality than going directly from WAV → AAC.
Keep these principles in mind to avoid most conversion problems:
MP3 → AAC → MP3 loses quality with each step. If you need multiple formats, always convert from the original lossless source (WAV / FLAC) to each lossy format separately.
Converting a 128kbps MP3 to WAV doesn't make it sound better. The lost information doesn't come back — you're just storing the same quality audio in a larger file. It's like saving a blurry photo as PNG: the file gets bigger, but the photo is still blurry.
Converting a 128kbps MP3 to 320kbps MP3 doesn't improve quality. The higher bitrate just uses more space to store the same (already compressed) data. Use the same or lower bitrate when converting.
Always back up the original file before converting. If the conversion result isn't what you expected, you can start over from the original.
The most common conversion need — compressing a large file for sharing or storage.
Usually done for subsequent editing. Although quality won't improve, the WAV format is more stable in editing software and avoids repeated compression quality loss.
Audio purchased from iTunes or recorded on an iPhone is typically M4A. If you need to use it on a device or platform that doesn't support M4A, convert to MP3.
iPhone ringtones require M4R format, which is essentially AAC encoding. For the complete ringtone creation guide, see Ringtone Creation Guide.
Converting a lossless archive to portable MP3. Since the source is lossless, you get the best possible MP3 quality.
OGG isn't supported on some devices — converting to MP3 solves compatibility issues. Since both are lossy formats, there will be some quality loss.
Our MP3 Cutter Tool supports uploading MP3, WAV, OGG, and M4A files, and can export as MP3 or WAV. This means you can use it for the following conversions:
| Input Format | Available Output Formats |
|---|---|
| MP3 | MP3, WAV |
| WAV | MP3, WAV |
| OGG | MP3, WAV |
| M4A | MP3, WAV |
Format conversion inevitably affects quality to some degree, but these steps minimize the impact:
If you have a WAV or FLAC original, always convert from these lossless sources. Avoid converting from an already-compressed MP3 to another format.
Different uses have different optimal bitrates. For more details, see the Audio Compression & Bitrate Guide.
Each lossy conversion degrades quality. Going from format A to B to C produces worse quality than going directly from A to C. If you can do it in one step, don't split it into two.
Variable Bitrate (VBR) typically delivers better quality at the same average file size compared to Constant Bitrate (CBR). Use VBR unless your target platform or device specifically requires CBR.
If you have a large number of files to convert, these suggestions improve efficiency:
Possible causes: the original file is corrupted, or it uses an unsupported encoding method. Try opening it with a different player, or re-download the original file.
Check your output bitrate setting. If you convert from a 320kbps MP3 but only set 64kbps output, quality will drop dramatically. Make sure you're using an appropriate bitrate.
This is usually caused by a sample rate mismatch. Make sure the input and output sample rate settings match (typically both should be 44,100 Hz).
This is a stereo/mono configuration problem. Check whether the original file is mono or stereo, and use the same setting in the conversion.