mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
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:
parent
b7845bd702
commit
da072d6613
3 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue