Bad vumeter data in aplay/arecord
GitHub issues - opened
github at alsa-project.org
Tue Sep 22 11:09:21 CEST 2020
alsa-project/alsa-utils issue #57 was opened from SuitableUsername:
In aplay.c the wrong count is passed to compute_max_peak(). Instead of "r * hwparams.channels" it should be "r * bits_per_frame / 8".
Also, the vumeter should really show an overall peak level percentage because the transitory 1/8 second one has very little value.
Issue URL : https://github.com/alsa-project/alsa-utils/issues/57
Repository URL: https://github.com/alsa-project/alsa-utils
More information about the Alsa-devel
mailing list