cordova-plugin-nativeaudio icon indicating copy to clipboard operation
cordova-plugin-nativeaudio copied to clipboard

Not pausing system media player on sound play , probably via AVAudioSessionInterruption

Open antsav opened this issue 8 years ago • 2 comments

Could you please add feature of pausing background audio (for example music) on moment of sound play and then continuing music play. as per : http://stackoverflow.com/questions/9476698/background-audio-doesnt-resume-after-a-call

or some functionality to let sound play with music concurrently, not setting system Music player, or Spotify on pause

antsav avatar Dec 30 '15 03:12 antsav

Agree with this! Currently this is a stop/ship issue for us.

xpacheco avatar Jan 13 '16 22:01 xpacheco

I have a workaround for a similar issue that may solve your problem. It requires a small change to the a the line that sets up the audio session. https://github.com/floatinghotpot/cordova-plugin-nativeaudio/issues/75

mrnebbi avatar Mar 07 '16 10:03 mrnebbi