WAV
Waveform AudioUsed for uncompressed production audio.
- Family
- Audio
- MIME
- audio/wav
Convert WAV to AIFF online. See the real timed-stream transcoding behavior, preservation limits, and a format-specific acceptance test.
Converter.now decodes the waveform and channel layout carried by WAV, then writes the codec and container profile used for AIFF. Duration can remain identical while compression, channel mapping, frame cadence, metadata, or auxiliary streams change. WAV parsing reads RIFF chunks to establish the precise sample encoding, rate, channel layout, data extent, and any non-audio chunks before transcoding. AIFF delivery stores waveform samples in an interchange-oriented chunk structure, commonly using big-endian PCM with explicit precision, rate, and channels.
Decoded from a waveform container written here as uncompressed 16-bit PCM audio. Encoded to Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples.
Used for uncompressed production audio.
Designed for recorded sound meant for playback over time.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
AIFF files can be large, and tags, loop points, or uncommon sample precision are not handled uniformly.
The writer builds Apple's chunk-based Audio Interchange File Format commonly carrying big-endian PCM samples and labels the result as audio/aiff. The receiving application - Not the extension alone - Is the final compatibility test.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Compare sample rate, bit depth, channels, duration, peaks, tags, and loop markers in the target audio editor.
Choose AIFF only after the player, editor, or publishing service confirms its container and codecs; keep WAV if extra tracks or source encoding must survive.