i m setting session with kAudioSessionCategory_PlayAndRecord property but still i m not able to play both ipod music as well as recording????
how to do this ???is there is any way to ...
I am building an iPhone audio app using Audio Sessions. Prototype was functioning till I decided to upgrade to 3.1
After a lot of hunting I finally found that the session activation ...
i want save play Audio file session when my application Terminate.
is this possible in iPhone?
i am developing ebook application in this application i have add new functionality (i.e when application launch,page ...
Assuming a user has multiple bluetooth headsets attached, and an audio session is running (playing something through one of the headsets). Is there a way to get the list of ...
I'm working on a music visualizer for the iphone/ipad, under iOS 3 you could double tap the home button and get iPod controls. With the latest version 4.1-4.2 these controls are ...
My requirement is, store video with audio in server which taking from iPhone camera, for that i am using AVFoundation Framework, converting incoming buffer(CMSampleBufferref) to images then i dont know how ...
I'm messing around with Audio Session Services. I'm trying to control the audio routes setting AudioSessionSetProperty:kAudioSessionProperty_OverrideAudioRoute as kAudioSessionOverrideAudioRoute_Speaker.
The problem is that it changes the route both for input and output. ...
When the app is in the background and capturing audio fine, and then a call comes in, the capturing is stopped and the proper callbacks are called. When the call ...