remove the 'never-used' 48khz

This commit is contained in:
nnduc
2025-07-12 21:08:21 +07:00
parent 7c94bd09dc
commit dd33bc658f

View File

@ -40,9 +40,9 @@ context.properties = {
core.name = pipewire-0 # core name and socket name
## Properties for the DSP configuration.
#default.clock.rate = 48000
default.clock.rates = [ 44100 48000 96000 192000]
default.clock.allowed-rates = [ 44100 48000 96000 192000]
default.clock.rate = 44100
default.clock.rates = [ 44100 96000 192000 384000]
default.clock.allowed-rates = [ 44100 96000 192000 384000]
#default.clock.quantum = 1024
#default.clock.min-quantum = 32
#default.clock.max-quantum = 2048