tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

the audio player does not stop when another application plays audio #143

Open hernanbruno97 opened 6 years ago

hernanbruno97 commented 6 years ago

the audio player does not stop when another application plays audio, for example a whatsapp audio

jeremy8883 commented 5 years ago

For android, what needs to be done is replace TelephonyManager with AudioManager. I have a custom fork with this implemented. Here is the relevant commit. It has several commits before it, so you won't be able to simply cherry pick it, hopefully the merge conflict isn't difficult. It also isn't properly tested yet, but it looks alright so far.