CAF
CAF audio formatUsed for recorded sound meant for playback over time.
- Family
- Audio
- MIME
- audio/x-caf
Convert CAF 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 CAF 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. Core Audio Format input derives sample description, packet table, channel layout, edit information, and data extent from independent CAF chunks. 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 Apple Core Audio Format chunks designed for long recordings and varied audio codecs. Encoded to a waveform container written here as uncompressed 16-bit PCM audio.
Used for recorded sound meant for playback over time.
Designed for uncompressed production audio.
Non-Apple applications may reject CAF or support only a subset of the codecs and channel layouts it can contain.
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 actual codec, sample rate, bit depth, channel layout, duration, markers, and destination-app playback.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Confirm the receiving player, editor, or publishing service actually names WAV's container and codecs before switching; stay with CAF if extra tracks or original encoding need to survive intact.