react-native-audio-recorder-player
react-native-audio-recorder-player copied to clipboard
Audio session release
Please add this when recording/playing audio is paused/stop:
AVAudioSession.sharedInstance().setActive(false, options: .notifyOthersOnDeactivation)
So other audio sources e.g. Spotify can continued playing in background.
@jonitef Nice issue! Could you kindly open a PR
for this?
Hi! Thanks for the answer. Right now I'm so busy with my job that I unfortunately have no time :/
Hi! Thanks for the answer. Right now I'm so busy with my job that I unfortunately have no time :/
Understood. Same here :cry:
i think this is a very critical feature!