punarinta / react-native-sound-level

A package to dynamically measure sound input level in React Native applications. Can be used to help user to adjust microphone sensitivity.
MIT License
79 stars 45 forks source link

Multiple listener #14

Open mtalhagaoglu opened 4 years ago

mtalhagaoglu commented 4 years ago

Hi. I'm making an app for connecting people with voice. Users can play song and talk at the same time. I want to lower music level when user talk.

I'm using this library for that and it works on android 8 perfectly but lower versions of Android gives me "exception in native js". the error appears only sound level start.

on iOS it doesn't work and no error also.

smilydronavalli commented 4 years ago

Hi @mtalhagaoglu

can you please guide me how it works in android 8

Thanks Smily

mtalhagaoglu commented 4 years ago

i followed readme steps. If you give spesific error maybe i can help you