I'd argue for the intuitive option, with an 'advanced' toggle for the minute technical version.
I'd argue for the intuitive option, with an 'advanced' toggle for the minute technical version.
performance governor implies a system-wide performance mode, but the governor/epp settings are explicitly labeled as CPU Controls in SDTDP. But it's easy to misinterpret that as an overall performance mode
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 :]:
performanceCPU Controlsmkdir ~/.config/pipewire && cp /usr/share/pipewire/pipewire-pulse.conf ~/.config/pipewire.configcontext.execcontext.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" }