我必须在我的项目中将AAC文件转换为Mp3以检测BPM。
我安装了FFMPEG,我添加了所有库,我没有收到任何编译器错误,但是当我运行项目时崩溃了。
我收到了以下错误,
[Session started at 2010-02-23 19:22:13 +0530.]
2010-02-23 19:22:14.641 New Decode[7170:10b] *** _NSAutoreleaseNoPool(): Object 0x20a2d0 of class NSCFData autoreleased with no pool in place - just leaking
Stack: (0x967a8f4f 0x966b5432 0x966c9b25 0x966c9701 0x2eb2 0x28de)
2010-02-23 19:22:14.649 New Decode[7170:10b] *** _NSAutoreleaseNoPool(): Object 0x20bcf0 of class NSCFData autoreleased with no pool in place - just leaking
Stack: (0x967a8f4f 0x966b5432 0x966c9b25 0x966c9701 0x2ed5 0x28de)
Audio decoding
[aac @ 0x1802000]channel element 1.0 is not allocated
Error while decoding
The Debugger has exited with status 1.The Debugger has exited with status 1.
是否有人对此有所了解或有任何示例代码?
此致 CocoaDev。