Frage

Does Apportable support this framework?

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

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? Thank you.

War es hilfreich?

Lösung

Apportable doesn't currently support 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. 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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top