0
votes
2answers
869 views

How to stop and resume background audio from iPhone app?

Am working in Messaging based iPhone app. I have added Beep sound to receive message from someone else. Am playing beep sound using AVAudioPlayer. My problem is when the user hearing song from ...
1
vote
0answers
205 views

ANDROID.. PLAY / RESUME in Audio RECORDING

In my application (Audio Recorder), I record voice and play it successfully and now i need to pause the recording and the resume it, But I found there is no pause/resume available in mediarecorder ...
5
votes
2answers
977 views

How to resume background music after out-going phone call (iOS)?

I'm using AVAudioPlayer to play music (background supported). My question is if I want to call somebody while I'm listening to the music, how to resume it after the call? I've implement the ...
0
votes
1answer
496 views

pause ipod when playing voice from our apps, and resume after that

I would like to make an application that prompt a voice. the scenario is like this: 1. ipod playing music 2. user start my apps 3. my apps is deciding to prompt a voice 4. ipod music become MUTE or ...