简体   繁体   English

适用和iOS Accelerate框架

[英]Apportable and iOS Accelerate framework

Does Apportable support this framework? Apportable是否支持此框架?

https://developer.apple.com/library/ios/documentation/Accelerate/Reference/AccelerateFWRef/_index.html https://developer.apple.com/library/ios/documentation/Accelerate/Reference/AccelerateFWRef/_index.html

I am trying to build the sample project for an Audio Unit wrapper as AVAudioPlayer is too slow on Android for me: https://github.com/alexbw/novocaine 我正在尝试为音频单元包装构建示例项目,因为AVAudioPlayer在Android上对我来说太慢了: https : //github.com/alexbw/novocaine

I added it as a dependency but it doesn't seem to be able to find it. 我将其添加为依赖项,但似乎无法找到它。 If not are there any work arounds to get novocaine working with Apportable? 如果没有,那么可以使诺伏卡因与Apportable协同工作吗? Thank you. 谢谢。

Apportable doesn't currently support Accelerate. Apportable当前不支持Accelerate。 That is a very large, special purpose framework that we haven't heard many people requesting. 这是一个非常大的特殊目的框架,我们没有听到很多人要求。

Novocaine definitely uses Accelerate, so at this point, that library won't work. Novocaine肯定使用Accelerate,因此在这一点上,该库将无法工作。 Our initial CoreAudio and AudioUnit support is written without Accelerate, so if you can use those directly to solve your needs, you may be able to get it working. 我们最初的CoreAudio和AudioUnit支持是在没有Accelerate的情况下编写的,因此,如果您可以直接使用它们来解决您的需求,则可以使其正常运行。

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

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