zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.78k stars 748 forks source link

Allow bluetooth playback for sound if other audio session already exist #725

Closed gerhardberger closed 2 years ago

gerhardberger commented 3 years ago

This PR adds an extra category option to allow bluetooth playback for a sound.

This is because if there is already an audio session happening on bluetooth in an app and then we play a sound with react-native-sound, it would drop the bluetooth connection and play it through speaker.

This change fixes that issue.