04-23-2023, 11:26 AM
Recent update to pipewire has made the above configuration unusable and in fact will cause your audio device not to show up. So following the format suggested in pipewire's documentation, here is the updated configuration a bit streamlined:
Code:
context.modules = [
{ name = libpipewire-module-raop-sink
args = {
raop.ip = "xxx.xxx.xxx.xxx"
raop.port = 7000
stream.props = "Moode AirPlay" tsched=0 fixed_latency_range=no fragments=12 fragment_size=1024
raop.transport = "udp"
audio.format = "S16"
node.latency = 352/44100
node.name = Moode AirPlay
node.description = Moode AirPlay
}
}
]