Refactor the whole configuration #1
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
||||||
# Reduce latency
|
# Reduce latency
|
||||||
# https://wiki.nixos.org/wiki/PipeWire#Low-latency_setup
|
# https://wiki.nixos.org/wiki/PipeWire#Low-latency_setup
|
||||||
extraConfig = let
|
extraConfig = let
|
||||||
rate = 48000;
|
rate = builtins.toString 48000;
|
||||||
|
|
||||||
# The default value in the wiki is 32 but might result in crackling audio.
|
# The default value in the wiki is 32 but might result in crackling audio.
|
||||||
# If you get audio crackling try increasing this value until it's gone.
|
# If you get audio crackling try increasing this value until it's gone.
|
||||||
quantum = 32;
|
quantum = builtins.toString 32;
|
||||||
in {
|
in {
|
||||||
pipewire."92-low-latency" = {
|
pipewire."92-low-latency" = {
|
||||||
"context.properties" = {
|
"context.properties" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue