mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue