|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| You need to be using AudioSession You need to establish a category for yourself that tells the audio system that you want to have audio input AudioSession is defined in <AudioToolbox/AudioServices.h> You also might want to look at <AVFoundation/AVAudioSession.h> - it is a wrapper around audio session, and is a bit easier to use I think On Dec 8, 2009, at 6:32 AM, feng ye wrote:
|