Skip to content

Instantly share code, notes, and snippets.

@SeongGino
Created May 8, 2024 15:55
Show Gist options
  • Save SeongGino/0bd5f51447230a770e8f932d18f835bb to your computer and use it in GitHub Desktop.
Save SeongGino/0bd5f51447230a770e8f932d18f835bb to your computer and use it in GitHub Desktop.
PipeWire Virtual Audio Sink Template
# Copy this file to ~/.config/pipewire/pipewire.conf.d
# You can make as many copies of this sink as you'd like,
# so long as `node.name` is different between instances.
context.objects = [
{ factory = adapter
args = {
factory.name = support.null-audio-sink
node.name = "Virtual Audio Source 1"
media.class = Audio/Sink
audio.position = [ FL FR ]
adapter.auto-port-config = {
mode = dsp
monitor = true
position = preserve
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment