Why Does My Audio Sound Bad After Converting?
You converted an audio file and it sounds worse. Muffled, thin, or distorted. This is common and usually caused by using the wrong settings. Here is how to diagnose the problem and get better results.
Low Bitrate Is the Usual Culprit
The number one cause of bad-sounding conversions: the output bitrate is too low. A 64 kbps MP3 sounds terrible for music. Even 128 kbps shows compression artifacts on detailed audio. Fix: increase the bitrate. Use 192 kbps or higher for music. Use 128 kbps minimum for speech. At 256-320 kbps, MP3 is transparent for virtually all listeners. If the tool does not show bitrate settings, check the advanced or quality options.
Lossy-to-Lossy Conversion
Converting MP3 to AAC, or OGG to MP3, re-encodes lossy audio. Each lossy encoding removes more data. The result sounds worse than either format alone from a lossless source. This is called generation loss. Fix: always convert from a lossless source (WAV, FLAC, AIFF) when possible. If you only have a lossy file, use a higher bitrate for the output to compensate. Accept that some quality loss is unavoidable in lossy-to-lossy conversions.
Sample Rate Mismatch
Converting from a high sample rate to a lower one can cause issues if the resampler is poor quality. Converting 96 kHz to 44.1 kHz should be transparent with a good converter, but a bad one introduces aliasing artifacts — metallic or ringing sounds. Most modern tools handle this well. If you hear artifacts, try a different conversion tool. AudioUtils uses FFmpeg's high-quality resampler. SoX is another excellent option.
Clipping During Conversion
Some conversions increase peak levels slightly. If the original was close to 0 dBFS, the conversion may clip. Symptoms: harsh distortion on loud passages that were clean in the original. Fix: reduce the output volume slightly. In FFmpeg, use the -af volume=-1dB filter. Or normalize the source file to -1 dBFS before converting. Check the converted file's waveform for flat-topped peaks — those are clips.
Best Practices for Quality
Always start from the highest quality source. Use 192 kbps or higher for music. Test the converted file before deleting the original. Compare the original and converted version — listen for high-frequency loss, stereo width changes, and artifacts on transients. If quality is critical, convert from lossless and keep the lossless master. Format conversion should be the last step in your workflow, not the first.