WAVE
WAVE audio formatUsed for encoded audio covering music, speech, or effects.
- Family
- Audio
- MIME
- audio/wav
Convert WAVE to WAV online and see exactly what timed-stream transcoding changes, what WAV still can't promise, and how to verify the result.
The waveform and channel layout inside WAVE is decoded first, then re-encoded into WAV's own codec and container profile. Duration typically holds steady even as compression, channel mapping, frame cadence, or auxiliary streams shift underneath it. The WAVE spelling follows the RIFF/WAVE chunk model, including format extensions, fact and data chunks, channel masks, and non-audio metadata. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded from the long-form extension for a RIFF WAVE container commonly carrying PCM or another tagged audio codec. Encoded to a waveform container written here as uncompressed 16-bit PCM audio.
Used for encoded audio covering music, speech, or effects.
Designed for uncompressed production audio.
The name WAVE does not ensure uncompressed samples, and changing spelling does not change codec, precision, or size.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
The verified WAV profile writes 16-bit little-endian PCM rather than a perceptual delivery codec.
Inspect the WAVE format tag, sample rate, bit depth, channels, duration, peaks, and receiving-editor support.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Switch to WAV only once the destination player, editor, or service has confirmed support for its exact container and codecs. If extra tracks or the original encoding must survive, WAVE remains the safer choice.