source: doc/xcode_frameworks.rst @ f7547e7

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since f7547e7 was 40dd715, checked in by Paul Brossier <piem@piem.org>, 8 years ago

doc/xcode_frameworks.rst: added page on xcode frameworks

  • Property mode set to 100644
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.

  1. Download the framework.zip file from the Download page.
  2. Select 'Build Phases' in your project settings
  3. Unfold the 'Link Binary with Libraries' list, and add 'AudioToolbox and Accelerate frameworks
  4. Also add aubio.framework from https://aubio.org/download.
  5. 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.