mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
conf: 0 is no longer the default
Fill the actual defaults as the param values.
This commit is contained in:
parent
c9c91024af
commit
293e1f85e6
1 changed files with 10 additions and 7 deletions
|
|
@ -95,13 +95,16 @@ stream.properties = {
|
|||
}
|
||||
|
||||
alsa.properties = {
|
||||
#alsa.access = 0 # [ MMAP_INTERLEAVED MMAP_NONINTERLEAVED RW_INTERLEAVED RW_NONINTERLEAVED ]
|
||||
#alsa.format = 0 # [ FLOAT S32 S24 S24_3 S16 U8 ]
|
||||
#alsa.rate = 0 # { min=1 max=384000 } or [ 44100 48000 .. ]
|
||||
#alsa.channels = 0 # { min=1 max=64 } or [ 2 4 6 .. ]
|
||||
#alsa.period-bytes = 0 # { min=128 max=2097152 } or [ 128 256 1024 .. ]
|
||||
#alsa.buffer-bytes = 0 # { min=256 max=4194304 } or [ 256 512 4096 .. ]
|
||||
#alsa.volume-method = cubic # linear, cubic
|
||||
# ALSA params take a single value, an array [] of values
|
||||
# or a range { min=.. max=... }
|
||||
#alsa.access = [ MMAP_INTERLEAVED MMAP_NONINTERLEAVED RW_INTERLEAVED RW_NONINTERLEAVED ]
|
||||
#alsa.format = [ FLOAT S32 S24 S24_3 S16 U8 ]
|
||||
#alsa.rate = { min=1 max=384000 } # or [ 44100 48000 .. ]
|
||||
#alsa.channels = { min=1 max=64 } # or [ 2 4 6 .. ]
|
||||
#alsa.period-bytes = { min=128 max=2097152 } # or [ 128 256 1024 .. ]
|
||||
#alsa.buffer-bytes = { min=256 max=4194304 } # or [ 256 512 4096 .. ]
|
||||
|
||||
#alsa.volume-method = cubic # linear, cubic
|
||||
}
|
||||
|
||||
# client specific properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue