简体   繁体   English

iPhone-如何将aiff音频文件转换为aac?

[英]iPhone - How to convert aiff audio files into aac?

我正在开发一个录制音频的iPhone应用程序,现在它会录制aiff文件,我需要将这些文件转换为aac ...任何想法如何做到这一点?

Apple为处理转换的ExtAudioFile API提供了iOS示例代码: 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): 还有一个开放源代码库,可基于Apple的示例代码进行aac转换(使用Objective-C)更容易使用:

https://github.com/michaeltyson/TPAACAudioConverter 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/ http://atastypixel.com/blog/easy-aac-compressed-audio-conversion-on-ios/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM