source:
doc/xcode_frameworks.rst
@
d738d75
Last change on this file since d738d75 was 40dd715, checked in by , 8 years ago | |
---|---|
|
|
File size: 889 bytes |
Using aubio frameworks in Xcode
Binary frameworks are available and ready to use in your XCode project, for iOS and macOS.
- Download the framework.zip file from the Download page.
- Select 'Build Phases' in your project settings
- Unfold the 'Link Binary with Libraries' list, and add 'AudioToolbox and Accelerate frameworks
- Also add aubio.framework from https://aubio.org/download.
- 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.