Audio Fix
This commit is contained in:
@@ -120,29 +120,31 @@
|
|||||||
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;
|
|
||||||
# #"default.clock.min-quantum" = 32;
|
|
||||||
# #"default.clock.max-quantum" = 8192;
|
|
||||||
# };
|
# };
|
||||||
|
# context.modules = [
|
||||||
|
# {
|
||||||
|
# name = "libpipewire-module-protocol-pulse";
|
||||||
|
# args = {
|
||||||
|
# pulse.min.req = "32/48000";
|
||||||
|
# pulse.default.req = "32/48000";
|
||||||
|
# pulse.max.req = "32/48000";
|
||||||
|
# pulse.min.quantum = "32/48000";
|
||||||
|
# pulse.max.quantum = "32/48000";
|
||||||
# };
|
# };
|
||||||
|
# }
|
||||||
|
# ];
|
||||||
|
# stream.properties = {
|
||||||
|
# node.latency = "32/48000";
|
||||||
|
# resample.quality = 1;
|
||||||
# };
|
# };
|
||||||
# environment.etc = {
|
|
||||||
# "wireplumber/bluetooth.lua.d/52-bluez-config.lua".text = ''
|
|
||||||
# bluez_monitor.properties = {
|
|
||||||
# ["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 ]"
|
|
||||||
# '';
|
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user