set audio to 44.1kHz

This commit is contained in:
foosinn 2021-08-03 17:21:37 +02:00
parent 7c424815bc
commit 6e6b8224b0

View file

@ -56,7 +56,7 @@ in {
config.pipewire = { config.pipewire = {
"context.properties" = { "context.properties" = {
"default.clock.rate" = 48000; "default.clock.rate" = 44100;
}; };
}; };
}; };