🐛 fix(pipewire): changed sample rate to 44100

there was some weird issues with recording
This commit is contained in:
Sergio Laín 2023-10-09 17:50:41 +02:00
parent e3c0ab94c0
commit 3a643a6b82
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -26,7 +26,7 @@ context.properties = {
core.name = pipewire-0 # core name and socket name core.name = pipewire-0 # core name and socket name
## Properties for the DSP configuration. ## Properties for the DSP configuration.
default.clock.rate = 48000 default.clock.rate = 44100
default.clock.allowed-rates = [ 44100 48000 ] default.clock.allowed-rates = [ 44100 48000 ]
default.clock.quantum = 1024 default.clock.quantum = 1024
default.clock.min-quantum = 16 default.clock.min-quantum = 16