You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open three shell windows to DUT. From one window other device play long enough steady sine wave from DUT speaker or other speaker to DUT microphones. E.g. $ aplay -Dhw:0,0 sine.wav
Launch from two shell windows first capture command, and immediately after the gains adjust script.
Describe the bug
Non-symmetrical volume controls are not always working correctly. In this case one volume command got ignored.
Also in channel 2 the gain ramp seem to be omitted sometimes. In such case the gain jumps directly to new gain without normal soft transition.
To Reproduce
Prepare a script in DUT e.g. ~/bin/test_capture_volume.sh with content
Open three shell windows to DUT. From one window other device play long enough steady sine wave from DUT speaker or other speaker to DUT microphones. E.g.
$ aplay -Dhw:0,0 sine.wav
Launch from two shell windows first capture command, and immediately after the gains adjust script.
Steps to reproduce the behavior: (e.g. list commands or actions used to reproduce the bug)
Reproduction Rate
100%
Expected behavior
Audio signal envelope should follow follow volume commands and every volume transition should be soft.
Impact
Annoyance
Environment
Screenshots or console output
Here in the highlighed part of the wav file the volume command "amixer -c0 cset name='DMIC Raw Capture Volume' 1,45" failed.
It can be also seen that the volume ramp is missing from channel 2 just after 8s time in the waveform.
gh_volume_fail_issue.wav.gz
The text was updated successfully, but these errors were encountered: