在mac上使用afconvert命令可以将音频文件转换成caf文件。

afconvert -f caff -d LEI16@44100 -c 1 in.wav out.caf

-f 指定文件格式

-d 数据格式,@44100指采样率

-c 通道数