source:
doc/xcode_frameworks.rst
@
3388e1a
Last change on this file since 3388e1a was 3438b42, checked in by , 8 years ago | |
---|---|
|
|
File size: 943 bytes |
Using aubio frameworks in Xcode
Binary frameworks are available and ready to use in your XCode project, for iOS and macOS.
- Download and extract the corresponding framework.zip file from the Download page
- Select Build Phases in your project setting and unfold Link Binary with Libraries
- Add AudioToolbox and Accelerate system frameworks (or make sure they are listed)
- Add aubio.framework from the unzipped framework.zip
- Include the aubio header in your code:
- in C/C++:
#include <aubio/aubio.h>
- in Obj-C:
#import <aubio/aubio.h>
- in Swift:
import aubio
Note: See TracBrowser
for help on using the repository browser.