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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -