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:
Wim Taymans 2023-01-20 10:11:49 +01:00
parent c7239b1f2a
commit ee55df9f9e
2 changed files with 60 additions and 22 deletions

View file

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