[pipewire] lower clock rate to prevent people not hearing me
This commit is contained in:
parent
85f4d10e6e
commit
2cecc71890
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
context.properties = {
|
context.properties = {
|
||||||
default.clock.rate = 96000
|
default.clock.rate = 44100
|
||||||
default.clock.allowed-rates = [ 96000 ]
|
default.clock.allowed-rates = [ 44100 ]
|
||||||
default.clock.quantum = 128
|
default.clock.quantum = 128
|
||||||
default.clock.max-quantum = 128
|
default.clock.max-quantum = 128
|
||||||
default.clock.min-quantum = 128
|
default.clock.min-quantum = 128
|
||||||
|
|
Loading…
Reference in a new issue