AIFC
AIFC audio formatUsed for encoded audio covering music, speech, or effects.
- Family
- Audio
- MIME
- audio/x-aifc
Convert AIFC to WAV online. See the real timed-stream transcoding behavior, preservation limits, and a format-specific acceptance test.
Decoding AIFC recovers the waveform and channel layout it carries; writing WAV means re-expressing that under a different codec and container profile. Duration commonly survives untouched even while compression, channel mapping, cadence, metadata, or auxiliary streams do not. AIFC adds a declared compression type to the AIFF chunk model, so the reader must identify that codec before interpreting samples and timing. WAV delivery writes a RIFF waveform whose PCM precision, rate, channels, channel mask, peaks, and large file size matter more than codec branding.
Decoded media - The compressed-capable member of the AIFF family with a compression-type field. Encoded delivery profile - 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.
Assuming uncompressed AIFF can misidentify the codec stored in AIFC and break playback in basic editors.
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 compression type, sample rate, sample precision, channels, duration, and player compatibility.
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, AIFC remains the safer choice.