Android Question mic audio level from AudioRecorder

SongXiaolin

New Member
Licensed User
Hi all, I try to monitor mic audio level with ar.AudioMaxAmplitude in AudioRecorder lib, it works, but seams with bug, there are always some false peaks come, like in the picture.

I try the other project soundmeter (detail in the following link), and use sm.dBValue, no false peaks, but I need it work background, and soundmeter couldn't run background.
https://www.b4x.com/android/forum/t...time-display-of-sound-level-db.91313/#content

my question:
1. any one met the same problem with AudioRecorder lib Version2.10 ? how to solve it?
2. could soundmeter run background, and monitor the mic audio level?

thanks
 

Attachments

  • bug.png
    bug.png
    24.6 KB · Views: 339
Top