IPhone开发之音频格式相关

参考:

http://www.cnblogs.com/andyque/archive/2012/03/18/2404651.html

http://www.cnblogs.com/bandok123/archive/2012/03/02/2377023.html


在Mac下,用终端转换音频格式:

背景(转aac)
gelivsoftmatoiMac:mp3 lsz$ find . -name '*.mp3' -exec afconvert -f caff -d 'aac' {} \;
音效(转ima4)
gelivsoftmatoiMac:mp3 lsz$ find . -name '*.mp3' -exec afconvert -f caff -d 'ima4' {} \;


你可能感兴趣的:(开发,iPhone)