Audio Framework in iPhone
Posted
by suse
on Stack Overflow
See other posts from Stack Overflow
or by suse
Published on 2010-06-18T04:14:52Z
Indexed on
2010/06/18
4:23 UTC
Read the original article
Hit count: 490
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?
© Stack Overflow or respective owner