开发者

iPhone - How to convert aiff audio files into aac?

I'm developing an iphone app that records audio, right now it records aiff files, I need to convert these files to aac... any idea how to do th开发者_如何学Cis?


Apple provides iOS sample code for the ExtAudioFile API that handles conversion: iPhoneExtAudioFileConvertTest


There's also a open-source library for aac conversion based on Apple's sample code that's a bit easier to use (using Objective-C):

https://github.com/michaeltyson/TPAACAudioConverter

Here's a blog entry by the author describing the project, along with questions and answers:

http://atastypixel.com/blog/easy-aac-compressed-audio-conversion-on-ios/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜