pulse-server: use PipeWire format and channel names

Use the PipeWire format and channel names in the config to avoid
confusion.
This commit is contained in:
Wim Taymans 2021-04-09 11:30:57 +02:00
parent b305f57e4d
commit 44e6e7f5c8
3 changed files with 32 additions and 6 deletions

View file

@ -40,8 +40,8 @@ context.modules = [
#pulse.default.frag = 96000/48000 # 2 seconds
#pulse.default.tlength = 96000/48000 # 2 seconds
#pulse.min.quantum = 256/48000 # 5ms
#pulse.default.format = "float32ne"
#pulse.default.channel_map = "front-left,front-right"
#pulse.default.format = F32LE
#pulse.default.position = [ FL FR ]
}
}
]