Not Bazzite specific, but I'm hyped to be able to do this with my Legion Go now.
Not Bazzite specific, but I'm hyped to be able to do this with my Legion Go now.

mkdir ~/.config/pipewire && cp /usr/share/pipewire/pipewire-pulse.conf ~/.config/pipewire. That's copying the configuration file you need to edit in a text editor - you may need to show hidden files to see .config. There's a section called context.exec :]:
quay.io/toolbx/arch-toolbox:latest image worksarch-distrobox:latest hereghcr.io/ublue-os/ujust distrobox-new and copy-pasted the ones in /etc/distrobox/distrobox.ini
context.exec = [
#{ path = "pactl" args = "load-module module-always-sink" }
#{ path = "pactl" args = "upload-sample my-sample.wav my-sample" }
#{ path = "/usr/bin/sh" args = "~/.config/pipewire/default.pw" }
]# Creates a device where AudioRelay can stream audio into
{ path = "pactl" args = "load-module module-null-sink sink_name=audiorelay-virtual-mic-sink sink_properties=device.description=Virtual-Mic-Sink" }
# Creates a device usable by communications apps (e.g: skype)
{ path = "pactl" args = "load-module module-remap-source master=audiorelay-virtual-mic-sink.monitor source_name=audiorelay-virtual-mic-sink source_properties=device.description=Virtual-Mic" }ujust distrobox-new/etc/distrobox/distrobox.ini