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
It is great that by default, the wireplumber plugin binds itself to the volume level of the default audio sink for wireplumber, via this line in src/modules/wireplumber.cpp:
However, it would also be nice to have the wireplumber plugin work for the default input level as well. That is, the default Audio/Source instead of the Audio/Sink.
In particular, when on a call, i might want to use the waybar to both see and adjust my mic level.
Please consider adding a configuration option direction to the wireplumber plugin that can be either source or sink (defaulting to sink). Then a user who wants to control their mic from the waybar should be able to just add a second copy of the wireplumber plugin with direction set to source.
ChrisLane, nairol203, dywedir, xeco23, martinbjeldbak and 11 more