Skip to content

wireplumber plugin should be able to view/control the audio input (source), not just the audio output (sink) #3092

@dkg

Description

@dkg

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:

  g_signal_emit_by_name(self->def_nodes_api_, "get-default-node", "Audio/Sink", &defaultNodeId);

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions