bruhhhhhhhhhhhhhhh
This commit is contained in:
parent
8a6c5820bc
commit
0dec670d37
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
|||
# Reduce latency
|
||||
# https://wiki.nixos.org/wiki/PipeWire#Low-latency_setup
|
||||
extraConfig = let
|
||||
rate = 48000;
|
||||
rate = builtins.toString 48000;
|
||||
|
||||
# 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.
|
||||
quantum = 32;
|
||||
quantum = builtins.toString 32;
|
||||
in {
|
||||
pipewire."92-low-latency" = {
|
||||
"context.properties" = {
|
||||
|
|
Loading…
Add table
Reference in a new issue