Waybar/include
Rowan Leeder 71a53eb79d Issue-3092 Add source support to wireplumber module
- Adds microphone support etc to the wireplumber module.

  The existing module hardcodes the selected node type to "Audio/Sink". This feature allows the user to override this
  via `"node-type": "Audio/Source"`.

- Unlike the pulseaudio module, this change does not try to see the module manage both input and output. The same effect
  can be achieved by running two instances of the wireplumber module.

  This approach:
  - Works around some of the complexity overhead that seem to have caused similar PRs to stall.
  - Using separate module instances also allows both the microphone and speaker levels to be controlled with a scroll
    wheel. This is something a unified module like pulseaudio struggles with.
  - Similarly, separate instances allows the source volume level to be exposed as the state. Ie- the linear-gradient
    css patterns can be applied to both input and output.
2024-09-25 05:03:24 +10:00
..
modules Issue-3092 Add source support to wireplumber module 2024-09-25 05:03:24 +10:00
util chore: lint 2024-09-13 08:55:14 +02:00
AAppIconLabel.hpp Add removed secondary identifier 2023-07-10 23:48:18 +02:00
AIconLabel.hpp Happy clang 2023-03-02 16:57:32 +03:00
ALabel.hpp 🎨 clang-tidy 2024-05-09 20:59:25 +02:00
AModule.hpp chore: lint 2024-09-13 08:55:14 +02:00
ASlider.hpp feat: pulseaudio slider module 2023-10-15 17:52:12 -03:00
IModule.hpp ISSUE#1977. AModule implements module actions call 2023-02-28 15:32:28 +03:00
bar.hpp Revert "change layer for mode invisible to nullopt" 2024-09-14 22:43:07 -07:00
client.hpp feat!: drop RawSurfaceImpl with direct use of wlr-layer-shell 2024-02-17 11:23:17 -08:00
config.hpp fix #3490: expand menu file before opening it 2024-08-01 18:06:00 +08:00
factory.hpp refactor: move all module includes to factory.cpp 2024-02-19 15:11:08 -08:00
group.hpp group: proper fix of enter/leave 2024-08-02 23:37:52 -05:00