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

Question: What's the source of the hexadecimal constant, 32767d, here #20

Open danieloi opened 3 years ago

danieloi commented 3 years ago

https://github.com/punarinta/react-native-sound-level/blob/1ce0ca5dc721e9837e85611133220358a7ad4a7f/android/src/main/java/com/punarinta/RNSoundLevel/RNSoundLevelModule.java#L116