settings: also allow 44.1KHz as samplerate

Make the default allowed samplerates be 44.1KHz and 48KHz to see
what happens..
This commit is contained in:
Wim Taymans 2022-04-28 17:02:27 +02:00
parent b7845bd702
commit da072d6613
3 changed files with 9 additions and 5 deletions

View file

@ -27,7 +27,7 @@ context.properties = {
## Properties for the DSP configuration.
#default.clock.rate = 48000
#default.clock.allowed-rates = [ 48000 ]
#default.clock.allowed-rates = [ 44100 48000 ]
#default.clock.quantum = 1024
#default.clock.min-quantum = 32
#default.clock.max-quantum = 2048

View file

@ -27,7 +27,7 @@ context.properties = {
## Properties for the DSP configuration.
#default.clock.rate = 48000
#default.clock.allowed-rates = [ 48000 ]
#default.clock.allowed-rates = [ 44100 48000 ]
#default.clock.quantum = 1024
default.clock.min-quantum = 16
#default.clock.max-quantum = 2048