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".

there need add coreaudio , done it.

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