Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
@@ -0,0 +1,17 @@
context.modules = [
{ name = libpipewire-module-roc-sink
args = {
fec.code = rs8m
#fec.code = disable
remote.ip = 192.168.1.235
remote.source.port = 10001
remote.repair.port = 10002
remote.control.port = 10003
sink.name = "Studio Raspi"
sink.props = {
node.name = "studio-raspi-roc-sink"
node.description = "Studio Raspi"
}
}
}
]