ubuntu - How can I get volume level (or dB) of microphone input with alsa API? -


i can command line : arecord -vv , need finish code , don't known api can make .

arecord looks @ captured samples (it uses maximum in interval).

you can same yourself. need know level full-scale sample corresponds to.

also see detect silence when recording.


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

'hasOwnProperty' in javascript -