Created
July 4, 2025 17:05
-
-
Save rodhfr/e3a72e0a7a2c1534e008ae2263560908 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /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