mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
alsa: add option to change the volume-method
Add option to set linear or cubic volume, cubic is now the default.
This commit is contained in:
parent
c7239b1f2a
commit
ee55df9f9e
2 changed files with 60 additions and 22 deletions
|
|
@ -92,3 +92,12 @@ stream.properties = {
|
|||
#channelmix.hilbert-taps = 0
|
||||
#dither.noise = 0
|
||||
}
|
||||
|
||||
alsa.properties = {
|
||||
#alsa.format = 0
|
||||
#alsa.rate = 0
|
||||
#alsa.channels = 0
|
||||
#alsa.period-bytes = 0
|
||||
#alsa.buffer-bytes = 0
|
||||
#alsa.volume-method = cubic # linear, cubic
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue