mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
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:
parent
b305f57e4d
commit
44e6e7f5c8
3 changed files with 32 additions and 6 deletions
|
|
@ -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 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue