开发者

iPhone - How to convert aiff audio files into aac?

开发者 https://www.devze.com 2023-01-16 13:15 出处:网络
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

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

精彩评论

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

关注公众号