https://bugs.freedesktop.org/show_bug.cgi?id=105714

            Bug ID: 105714
           Summary: Fast volume change (using keyboard key) causes volume
                    difference between channels
           Product: PulseAudio
           Version: unspecified
          Hardware: All
                OS: Linux (All)
            Status: NEW
          Severity: minor
          Priority: medium
         Component: alsa
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

Created attachment 138315
  --> https://bugs.freedesktop.org/attachment.cgi?id=138315&action=edit
Screen capture with `pavucontrol` and `screenkey`.

I've custom keybind in
/etc/xdg/openbox/rc.xml
It is:

  <keybind key="XF86AudioLowerVolume">
    <action name="Execute">
      <startupnotify>
        <enabled>true</enabled>
        <name>LowerVolume</name>
      </startupnotify>
      <command>amixer -D pulse sset Master 1%-</command>
    </action>
  </keybind>

(Analogical 1%+)

In my keyboard the XF86AudioLowerVolume can be triggered by rotating keyboard's
volume control winder. And the winder is ok.

As long as I'm rotating this winder slow – everything is ok. The problem occurs
when I'm sending more than c.a. 10 XF86AudioLowerVolume "presses" per second.
(That's not so many – less than 180° rotation! That winder is standard
"infinite" rotation winder. Nothing special.)

I've prepared simple bash script that can simulate spinning of winder volume
control. For me it's working just as bad as fast winder rotation.
https://pastebin.com/hR4UCjjJ


(Take care about that I've muted STDOUT and STDERR in loop)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to