How AIFF to WAV conversion works
AIFF decode → normalized audio stream → WAV encode
Reading AIFF
AIFF input usually contains uncompressed PCM audio and a limited set of application metadata.
Creating WAV
WAV output uses uncompressed PCM for broad editing compatibility and typically creates a larger file.