Closed INTKILOW closed 5 years ago
Please provide a set of reproducible steps. Check the CONTRIBUTING.md for an example.
To get the amplitude and volume information, your speech data cannot be encoded. To ensure that, you need to instantiate your MicrophoneInputStream
like so:
// false says not to encode the data
MicrophoneInputStream myInputStream = microphoneHelper.getInputStream(false);
That being said, some more code to help reproduce this will be helpful if the above doesn't work.
Closing due to inactivity.
Mic decibels cannot be obtained