source: doc/xcode_frameworks.rst @ 2719c54

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

doc/xcode_frameworks.rst: improve markup

  • Property mode set to 100644
File size: 905 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 system frameworks
  4. Also add aubio.framework from the unzipped framework.zip
  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.