Groupe : Members
Messages : 2
Inscrit : 27 oct. 04
Lieu : New York - US
Membre no 54,009
Apple finally made some easy to use and understand templates for Audio Unit development.
On the apple site is a simple Gain Audio Unit, the AU doesn't do much other than lower or raise the gain, but you can see what is going on with the Core Audio API. You also learn how to test it in the Audio Units Viewer and use the Apple AudioUnits Validation Tool!
I am ok with C and C++, but this made things realy simple. Also the version of xcode comes with an example Delay_Audio Unit, that you can look into and modify, for hours of fun...