Anton
Anton

Reputation: 941

Volume of the sound recording for Android

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

Answers (1)

dimetil
dimetil

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

Related Questions