settings: remove 44.1KHz from allowed rates again

It seems to cause too many problems. It people want rate switching they
can add an override themselves.
This commit is contained in:
Wim Taymans 2022-06-17 09:02:13 +02:00
parent ae34b68e3a
commit 16a7c27498
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -41,7 +41,7 @@
#define NAME "settings" #define NAME "settings"
#define DEFAULT_CLOCK_RATE 48000u #define DEFAULT_CLOCK_RATE 48000u
#define DEFAULT_CLOCK_RATES "[ 44100 48000 ]" #define DEFAULT_CLOCK_RATES "[ 48000 ]"
#define DEFAULT_CLOCK_QUANTUM 1024u #define DEFAULT_CLOCK_QUANTUM 1024u
#define DEFAULT_CLOCK_MIN_QUANTUM 32u #define DEFAULT_CLOCK_MIN_QUANTUM 32u
#define DEFAULT_CLOCK_MAX_QUANTUM 2048u #define DEFAULT_CLOCK_MAX_QUANTUM 2048u