conf: 0 is no longer the default

Fill the actual defaults as the param values.
This commit is contained in:
Wim Taymans 2023-08-22 22:03:28 +02:00
parent c9c91024af
commit 293e1f85e6

View file

@ -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