Audio Fix

This commit is contained in:
2024-04-21 20:59:18 -04:00
parent 6e4c94100d
commit a940afae47
2 changed files with 26 additions and 25 deletions

View File

@@ -120,30 +120,32 @@
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
# If you want to use JACK applications, uncomment this # If you want to use JACK applications, uncomment this
jack.enable = true; # jack.enable = true;
}; };
# services.pipewire = { # services.pipewire.extraConfig.pipewire."92-low-latency" = {
# config.pipewire = { # context.properties = {
# "context.properties" = { # default.clock.rate = 48000;
# #"link.max-buffers" = 64; # default.clock.quantum = 32;
# "link.max-buffers" = 16; # version < 3 clients can't handle more than this # default.clock.min-quantum = 32;
# "log.level" = 2; # https://docs.pipewire.org/page_daemon.html # default.clock.max-quantum = 32;
# #"default.clock.rate" = 48000; # };
# #"default.clock.quantum" = 1024; # context.modules = [
# #"default.clock.min-quantum" = 32; # {
# #"default.clock.max-quantum" = 8192; # name = "libpipewire-module-protocol-pulse";
# }; # args = {
# }; # pulse.min.req = "32/48000";
# }; # pulse.default.req = "32/48000";
# environment.etc = { # pulse.max.req = "32/48000";
# "wireplumber/bluetooth.lua.d/52-bluez-config.lua".text = '' # pulse.min.quantum = "32/48000";
# bluez_monitor.properties = { # pulse.max.quantum = "32/48000";
# ["bluez5.enable-sbc-xq"] = true, # };
# ["bluez5.enable-msbc"] = true, # }
# ["bluez5.enable-hw-volume"] = true, # ];
# ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]" # stream.properties = {
# ''; # node.latency = "32/48000";
# }; # resample.quality = 1;
# };
# };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;

View File

@@ -2,7 +2,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
kitty kitty
me-emacs me-emacs
rnix-lsp
texlive.combined.scheme-full texlive.combined.scheme-full
pandoc pandoc
libreoffice-qt libreoffice-qt