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

sound level value or raw value not changed on ios #5

Closed roysG closed 5 years ago

roysG commented 5 years ago

When i test on android, everything works ok. When i test on ios in real device this is the output i get: Sound level info', { id: 1107, value: -120, rawValue: -120 }

punarinta commented 5 years ago

@roysG is that number the same on every run? It looks like a fixed non-zero (not -160 that is) value, so I would suspect something is intercepting the signal on your iOS device.

roysG commented 5 years ago

You are right!