🐛 fix(pipewire): changed sample rate to 44100
there was some weird issues with recording
This commit is contained in:
parent
e3c0ab94c0
commit
3a643a6b82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue