Simply this. Is there a way to display virtual streams in the popup audio control applet? If not, is there a simple 1 or 2 clicks way to adjust virtual stream volume without having to use other applications like pavucontrol or qpwgraph?
That only shows virtual devices, not virtual streams. Iām creating a loopback stream and it doesnāt show with it either checked or unchecked.
In my screenshot you can see 2 loopback devices that were created using Pipewire configuration for libpipewire-module-loopback
@Tepiloxtl - how are you creating the virtual streams? Are you using PipeWire or PulseAudio?
Can you show the output of kinfo (or use Info Center Copy Details button)?
Iām using pw-loopback command: pw-loopback --name=āLiveGamerLoopbackā --capture-props=ānode.target=alsa_input.usb-AVerMedia_Technologies__Inc._Live_Gamer_MINI_0000000000513-03.analog-stereoā --playback-props=āapplication.name=āLive Gamer Monitorāā
Operating System: Fedora Linux 42
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.16.3-200.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 4 à Intel® Core⢠i5-4460 CPU @ 3.20GHz
Memory: 16 GiB of RAM (15.5 GiB usable)
Graphics Processor 1: AMD Radeon RX 480 Graphics
Graphics Processor 2: IntelĀ® HD Graphics 4600
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: H81M-HD3
I also need Virtual Streams support. Use case: Defining what LADSPA plugins deliver their output to, example cross-feed plugin for better headphone listening:
pactl load-module module-ladspa-sink sink_name=crossfeed-CORDA plugin=bs2b label=bs2b control=650,9.5
(using package ladspa-bs2b)
Now, you can send music output to the crossfeed-CORDA virtual device but because the virtual output stream is not listed under āApplicationsā, you cannot direct it to the physical sound card for output.
pavucontrol allows you to route that as mentioned before.

