Reputation: 941
I recording audio using AudioRecorder. How can I dynamically get the recording sound volume or intensity of sound? I want to display a ProgressBar displaying the intensity of sound received in microphone.
Upvotes: 1
Views: 1109
Reputation: 3881
Look at this project NoiseAlert
It uses MediaRecorder, not AudioRecorder.
But maybe it will help. Very similar to what you need.
Upvotes: 1