[pipewire] lower clock rate to prevent people not hearing me

This commit is contained in:
Afonso Franco 2024-10-20 01:40:57 +01:00
parent 85f4d10e6e
commit 2cecc71890
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -1,6 +1,6 @@
context.properties = {
default.clock.rate = 96000
default.clock.allowed-rates = [ 96000 ]
default.clock.rate = 44100
default.clock.allowed-rates = [ 44100 ]
default.clock.quantum = 128
default.clock.max-quantum = 128
default.clock.min-quantum = 128