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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -