Core Audio SDK, Xcode 5.1 -


i've been trying figure out how implement core audio development kit current version of xcode have had no luck. can't find download sdk or located inside xcode. tutorial apple offers brings website doesn't have it, have audio tools , examples no sdk. missing something? have been searching computer see of source files have had no luck.

you don't need download actually, comes xcode.

import coreaudio header need with

#import <coreaudio/coreaudio.h> 

then head on targets build phases section "link binary libraries".

enter image description here

there need add coreaudio , done it.

enter image description here

in case new coreaudio can highly recommend book "learning core audio". helped me ton.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -