Skip to content

Instantly share code, notes, and snippets.

@rodhfr
Created July 4, 2025 17:05
Show Gist options
  • Save rodhfr/e3a72e0a7a2c1534e008ae2263560908 to your computer and use it in GitHub Desktop.
Save rodhfr/e3a72e0a7a2c1534e008ae2263560908 to your computer and use it in GitHub Desktop.
# /home/rodhfr/.config/pipewire/pipewire.conf.d/snapcast.conf
context.modules = [
{ name = libpipewire-module-pipe-tunnel
args = {
node.name="snapcast"
tunnel.mode = sink
#tunnel.may-pause = true
# Set the pipe name to tunnel to
pipe.filename = "/tmp/snapfifo"
audio.format=S16LE
audio.rate=48000
node.latency = 1440/48000
#audio.channels=2
#audio.position=<channel map>
#target.object=<remote target node>
stream.props = {
# extra sink properties
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment