Audio Formats Compared: MP3, WAV, OGG, FLAC, AAC

FormatTypeBest ForTypical Size (1 min stereo)ProsCons
MP3LossyMusic, podcasts, general use~1 MB (128 kbps)Universal support, good compressionPatent-encumbered, quality loss at low bitrates
WAVLosslessStudio recording, archiving, editing~10 MB (16-bit/44.1kHz)Perfect quality, no compression artifactsHuge file sizes, no metadata standard
OGG (Vorbis)LossyWeb audio, games, open-source projects~0.8 MB (128 kbps)Patent-free, better quality than MP3 at same bitrateLess universal support than MP3
FLACLosslessMusic archiving, audiophiles~5-7 MB (compressed)Perfect quality, 30-50% smaller than WAVLarger than lossy, not all devices support
AACLossyApple ecosystem, streaming~0.9 MB (128 kbps)Better than MP3 at same bitrate, widely supportedLess universal than MP3 outside Apple/YouTube
M4ALossy (AAC) or Lossless (ALAC)Apple Music, iTunes~0.9 MBContainer for AAC or ALACConfusing โ€” same extension, different codec inside

Lossy vs Lossless โ€” And Why Upconverting Is a Lie

Every audio format falls into one of two categories:

Lossless formats (WAV, FLAC, ALAC) preserve 100% of the original audio data. What goes in is exactly what comes out. Think of it like a ZIP file for audio โ€” no data is lost, just stored efficiently.

Lossy formats (MP3, AAC, OGG Vorbis) throw away audio data that humans are unlikely to notice โ€” very high frequencies, sounds masked by louder sounds at similar frequencies. Once this data is gone, it's gone forever.

This leads to the most important rule in audio conversion:

โš ๏ธ Never convert a lossy file to a lossless format expecting better quality. Converting MP3 โ†’ WAV gives you a WAV file. It does NOT give you WAV quality. The data thrown away during the original MP3 compression is permanently lost. The WAV will faithfully reproduce the MP3's artifacts โ€” at 10ร— the file size. This is called "upconverting" and it's the audio equivalent of taking a thumbnail JPEG and scaling it to 4000px: bigger file, identical quality.

The valid conversion directions:

  • โœ… Lossless โ†’ Lossy: WAV โ†’ MP3. Good. You're compressing for distribution.
  • โœ… Lossless โ†’ Lossless: WAV โ†’ FLAC. Good. You're preserving quality while saving space.
  • โœ… Lossy โ†’ Lossy (same or higher bitrate): MP3 320 โ†’ MP3 192 for smaller size. Acceptable quality loss.
  • โŒ Lossy โ†’ Lossless: MP3 โ†’ WAV. Pointless. File grows 10ร—, quality unchanged.
  • โŒ Lossy โ†’ Lossy (lower bitrate): MP3 128 โ†’ MP3 64. Quality collapses. Each lossy re-encode compounds artifacts.

Bitrate Explained: What Number to Pick

Bitrate = how many bits of audio data per second of playback. Higher = better quality, larger file. The sweet spots:

BitrateQualityUse CaseFile size (3 min song)
64 kbpsLow โ€” audible artifactsVoice-only, low-bandwidth streaming~1.4 MB
128 kbpsDecent โ€” standard streaming qualityPodcasts, background music, web audio~2.8 MB
192 kbpsGood โ€” transparent for most listenersMusic streaming, general use~4.2 MB
256 kbpsVery good โ€” near-CD qualityHigh-quality streaming, music library~5.6 MB
320 kbpsExcellent โ€” CD transparentMaximum MP3 quality, indistinguishable from lossless for 99% of listeners~7.0 MB

For spoken word (podcasts, audiobooks, voice recordings): 64-96 kbps mono is plenty. Human speech doesn't need stereo or high bitrate. For music: 192-256 kbps is the sweet spot. Below 128, cymbals and high frequencies start sounding "swishy."

How to Convert Audio Files for Free

Use the iluv.tools Audio Converter. Everything happens in your browser โ€” no upload to a server, no waiting for cloud processing:

  1. Drag your audio file onto the converter
  2. Select the output format (MP3, WAV, OGG, FLAC, AAC)
  3. Choose bitrate (or keep the default)
  4. Click Convert โ€” it processes locally and downloads the result

Other useful audio tools:

  • Audio Trimmer โ€” Cut sections from any audio file. Useful for ringtones, samples, removing intros/outros.
  • Audio Extractor โ€” Extract audio track from video files. Pull the audio from an MP4 without re-encoding.
  • Text to Speech โ€” Convert written text to spoken audio. Multiple voices and languages.
  • Voice Recorder โ€” Record audio directly from your microphone, save as MP3 or WAV.

Common Conversion Tasks (And the Right Format for Each)

  • "I recorded a voice memo on my phone, need to share it" โ†’ Convert to MP3 128 kbps mono. Small file, works everywhere.
  • "I have a WAV from my DAW, need to upload to SoundCloud" โ†’ Convert to FLAC if they accept lossless. Otherwise MP3 320 kbps.
  • "I want to archive my CD collection" โ†’ Rip to FLAC. Lossless, 30-50% smaller than WAV. Convert to MP3 copies for portable use.
  • "I need audio for my website" โ†’ MP3 at 128-192 kbps for maximum compatibility, or OGG + MP3 dual-encode for modern browsers.
  • "My file is too large to email" โ†’ Convert to MP3 at 128 kbps. Don't email WAV files โ€” a 1-minute WAV is ~10MB.
๐Ÿ’ก Pro tip: When extracting audio from video, the audio is often already compressed (AAC in MP4, Opus in WebM). Re-encoding to MP3 adds another round of lossy compression. If the existing format works for your use case, use Audio Extractor to pull the original audio stream without re-encoding.