daemon/pipewire.conf.avail: Add snippet enabling module-raop

This commit is contained in:
Christian Glombek 2025-05-19 17:24:13 +02:00
parent b80189c3dd
commit 5a54ecd8df
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
context.modules = [
# Use mDNS to detect and load module-raop-sink
{ name = libpipewire-module-raop-discover }
]

View file

@ -1,6 +1,7 @@
conf_files = [
'10-rates.conf',
'20-upmix.conf',
'50-raop.conf',
]
foreach c : conf_files