How AIFF to MP3 conversion works
AIFF decode → normalized audio stream → MP3 encode
Reading AIFF
AIFF input usually contains uncompressed PCM audio and a limited set of application metadata.
Creating MP3
MP3 output is widely compatible and compact, using lossy audio with compatible ID3 metadata.