mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
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:
parent
ae34b68e3a
commit
16a7c27498
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ context.properties = {
|
|||
|
||||
## Properties for the DSP configuration.
|
||||
#default.clock.rate = 48000
|
||||
#default.clock.allowed-rates = [ 44100 48000 ]
|
||||
#default.clock.allowed-rates = [ 48000 ]
|
||||
#default.clock.quantum = 1024
|
||||
#default.clock.min-quantum = 32
|
||||
#default.clock.max-quantum = 2048
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ context.properties = {
|
|||
|
||||
## Properties for the DSP configuration.
|
||||
#default.clock.rate = 48000
|
||||
#default.clock.allowed-rates = [ 44100 48000 ]
|
||||
#default.clock.allowed-rates = [ 48000 ]
|
||||
#default.clock.quantum = 1024
|
||||
default.clock.min-quantum = 16
|
||||
#default.clock.max-quantum = 2048
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#define NAME "settings"
|
||||
|
||||
#define DEFAULT_CLOCK_RATE 48000u
|
||||
#define DEFAULT_CLOCK_RATES "[ 44100 48000 ]"
|
||||
#define DEFAULT_CLOCK_RATES "[ 48000 ]"
|
||||
#define DEFAULT_CLOCK_QUANTUM 1024u
|
||||
#define DEFAULT_CLOCK_MIN_QUANTUM 32u
|
||||
#define DEFAULT_CLOCK_MAX_QUANTUM 2048u
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue