mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
pulse-server: make sample format and channel_map configurable
Add an entry in the config file for default format and channel map. Use the defaults in the server_info request Use the defaults for the default channels and map in the modules.
This commit is contained in:
parent
877309bfbe
commit
b305f57e4d
5 changed files with 82 additions and 44 deletions
|
|
@ -40,6 +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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue