WAV
Waveform AudioUsed for uncompressed production audio.
- Family
- Audio
- MIME
- audio/wav
Free WAV to FLAC conversion online, with the real timed-stream transcoding behavior, what gets lost, and a concrete way to check the output.
The waveform and channel layout inside WAV is decoded first, then re-encoded into FLAC's own codec and container profile. Duration typically holds steady even as compression, channel mapping, frame cadence, or auxiliary streams shift underneath it. WAV parsing reads RIFF chunks to establish the precise sample encoding, rate, channel layout, data extent, and any non-audio chunks before transcoding. FLAC output losslessly codes decoded samples and supports rich comments, yet it cannot reconstruct fidelity already removed by a lossy source codec.
Decoded from a waveform container written here as uncompressed 16-bit PCM audio. Encoded to losslessly compressed audio that preserves decoded samples and supports rich tags.
Used for uncompressed production audio.
Designed for lossless music archiving.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
FLAC does not make a lossy source lossless again, and some basic players reject less common sample rates or channel layouts.
The verified FLAC profile uses lossless compression level 8; it preserves decoded samples rather than source codec data.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Compare duration, sample rate, channels, peak levels, and tags with the decoded source.
Confirm the receiving player, editor, or publishing service actually names FLAC's container and codecs before switching; stay with WAV if extra tracks or original encoding need to survive intact.