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,12 +95,15 @@ stream.properties = {
|
||||||
}
|
}
|
||||||
|
|
||||||
alsa.properties = {
|
alsa.properties = {
|
||||||
#alsa.access = 0 # [ MMAP_INTERLEAVED MMAP_NONINTERLEAVED RW_INTERLEAVED RW_NONINTERLEAVED ]
|
# ALSA params take a single value, an array [] of values
|
||||||
#alsa.format = 0 # [ FLOAT S32 S24 S24_3 S16 U8 ]
|
# or a range { min=.. max=... }
|
||||||
#alsa.rate = 0 # { min=1 max=384000 } or [ 44100 48000 .. ]
|
#alsa.access = [ MMAP_INTERLEAVED MMAP_NONINTERLEAVED RW_INTERLEAVED RW_NONINTERLEAVED ]
|
||||||
#alsa.channels = 0 # { min=1 max=64 } or [ 2 4 6 .. ]
|
#alsa.format = [ FLOAT S32 S24 S24_3 S16 U8 ]
|
||||||
#alsa.period-bytes = 0 # { min=128 max=2097152 } or [ 128 256 1024 .. ]
|
#alsa.rate = { min=1 max=384000 } # or [ 44100 48000 .. ]
|
||||||
#alsa.buffer-bytes = 0 # { min=256 max=4194304 } or [ 256 512 4096 .. ]
|
#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
|
#alsa.volume-method = cubic # linear, cubic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue