ALSASoundMeter icon indicating copy to clipboard operation
ALSASoundMeter copied to clipboard

Simple Linux sound meter based on ALSA API

Results 3 ALSASoundMeter issues
Sort by recently updated
recently updated
newest added

Add device selector option. Like speaker-test -D.

``` $ make gcc sound_meter.c -o sound_meter -lm -lasound sound_meter.c:25:9: fatal error: alsa/asoundlib.h: No such file or directory 25 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. ```

Hello Johnliu. I'm not a C coder, but i tryed to transform your code in a stereo meter to get the dsnoop virtual sound card to monitor recorded/streamed (stereo) signal....