zmxv / react-native-sound

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

Equalizer support (exposing audioSessionId) #654

Open toonvanstrijp opened 4 years ago

toonvanstrijp commented 4 years ago

:clipboard: Description It would be nice to expose the getAudioSessionId on android.

:microphone: Motivation Currently this library doesn't expose the getAudioSessionId for android. However this would be great cause then we can implement equalizers as well (via another library)