Is it possible to use AUEffectbase.h on IOS xcode 4.2? I’m trying to use it in a cpp file and it’s telling me it does not exist. DO I need to get another framework or can I not use this? I am new to xcode.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
AUEffectBase only exists in the CoreAudio SDK on MacOS only at this point.
Here is documentation developer.apple.com describing where/how it is invoked.