There are three major frameworks for iPhone audio :
- AVFoundation Framework
- CoreAudio Framework
- OpenAL Library
And in turn CoreAudio Framework has
- AudioToolkit Framework and
- AudioUnit Framework
Is this correct?
Suppose I import AVFoundation Framework into my project and it in turn needs a feature which is provided by CoreAudio Framework.. Can it internally access the features of CoreAudio without importing CoreAudio framework into my project?