mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
client-rt: add some examples for alsa properties
This commit is contained in:
parent
f9c21789dc
commit
c9c91024af
1 changed files with 6 additions and 5 deletions
|
|
@ -95,11 +95,12 @@ stream.properties = {
|
|||
}
|
||||
|
||||
alsa.properties = {
|
||||
#alsa.format = 0
|
||||
#alsa.rate = 0
|
||||
#alsa.channels = 0
|
||||
#alsa.period-bytes = 0
|
||||
#alsa.buffer-bytes = 0
|
||||
#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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue