react-native-sound-level icon indicating copy to clipboard operation
react-native-sound-level copied to clipboard

A package to dynamically measure sound input level in React Native applications. Can be used to help user to adjust microphone sensitivity.

Results 28 react-native-sound-level issues
Sort by recently updated
recently updated
newest added

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-sound-level:verifyReleaseResources'. > A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action > Android resource linking failed ERROR:/home/circleci/.gradle/caches/transforms-3/63c725b534f306ff71222ec4c09d6f51/transformed/core-1.7.0/res/values/values.xml:105:5-114:25: AAPT: error:...

Its working perfect. For each frame values which are correct. I want to use this library to visualise a simple level meter in my app which allows to connect external...

Sound level info {"id": 412, "rawValue": 0, "value": -160} only data is this. It is working but not fetch the sound

Hey guys. We have a crash. Can you help us to fix this ? Crash Samsung Galaxy Note8 Android 9 (SDK 28) **java.lang.IllegalStateException** ``` java.lang.IllegalStateException: at android.media.MediaRecorder._start (Native Method) at...

Hi, Can I deteremine the scale with this library? Like, if I press **C** from the piano, the app will show that it's **C**. Thanks.

i added android support for monitorInterval

I got the following error in android device java.lang.IllegalStateException at android.media.MediaRecorder.start(Native Method) at com.punarinta.RNSoundLevel.RNSoundLevelModule.start(RNSoundLevelModule.java:63) at java.lang.reflect.Method.invoke(Native Method) at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:371) at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:150) at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:26)...

Setting sample rates is important. The docs don't show it but you can actually pass a number into start() to set the sample rate.

Thank you for nice library. Is it possible to set or change sampling rate? It seems that the sampling rate is fixed to 22050Hz.