MP3, WAV, M4A and FLAC: which audio format to use

3 August 2026 · 4 min read

Audio formats divide into two groups. Lossless formats keep every sample of the original recording. Lossy formats permanently discard the parts of the signal that human hearing is least likely to notice, which is how they get small.

The four you will meet

The rule that matters

Converting from lossless to lossy is a one way door. Once the data is discarded, converting the MP3 back to WAV does not restore it. You get a large file containing the same reduced audio. Keep a lossless original if the recording matters.

Converting between two lossy formats, for example M4A to MP3, decodes and re-encodes, which loses a little more each time. It is fine once. Do not do it repeatedly.

Practical choices

Extract MP3 from a video

Extracting audio from video

Pulling the audio out of an MP4 does not re-record anything. The audio track is already inside the file, usually as AAC. Converting it to MP3 re-encodes once, which is acceptable for speech and fine for music at a reasonable bitrate. If you want no additional loss at all, extract to M4A instead, which can often keep the original track.

Convert WAV to MP3