diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:45:40 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:45:40 -0600 |
commit | 764268265e37bf284c08d1ef1686aee5334811e0 (patch) | |
tree | 5437d7b129ab08535d515158e57d21ebed872cb8 | |
parent | ccee14e767c95407f300c2b5b7c442eec936a9ec (diff) |
Set pipewire default clock rate to 44100
This is the sample rate most media is at, to my understanding, so it
makes more sense to use this as the default.
-rw-r--r-- | pipewire/pipewire.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pipewire/pipewire.conf b/pipewire/pipewire.conf index a241aca..cf3f973 100644 --- a/pipewire/pipewire.conf +++ b/pipewire/pipewire.conf @@ -26,7 +26,7 @@ context.properties = { core.name = pipewire-0 # core name and socket name ## Properties for the DSP configuration. - default.clock.rate = 48000 + default.clock.rate = 44100 default.clock.allowed-rates = [ 44100 48000 88200 96000 176400 192000 ] default.clock.quantum = 256 default.clock.min-quantum = 32 |