client-rt: add some examples for alsa properties

This commit is contained in:
Wim Taymans 2023-08-22 15:41:38 +02:00
parent f9c21789dc
commit c9c91024af

View file

@ -95,11 +95,12 @@ stream.properties = {
} }
alsa.properties = { alsa.properties = {
#alsa.format = 0 #alsa.access = 0 # [ MMAP_INTERLEAVED MMAP_NONINTERLEAVED RW_INTERLEAVED RW_NONINTERLEAVED ]
#alsa.rate = 0 #alsa.format = 0 # [ FLOAT S32 S24 S24_3 S16 U8 ]
#alsa.channels = 0 #alsa.rate = 0 # { min=1 max=384000 } or [ 44100 48000 .. ]
#alsa.period-bytes = 0 #alsa.channels = 0 # { min=1 max=64 } or [ 2 4 6 .. ]
#alsa.buffer-bytes = 0 #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.volume-method = cubic # linear, cubic
} }