diff options
| author | Fuwn <[email protected]> | 2024-09-22 15:15:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-22 15:15:46 -0700 |
| commit | 08d4be5b51bb595e55555cc93c47f7adc77ed1c3 (patch) | |
| tree | b89c6b008116fba278b9fc5238c8a1a0f3efbbec /modules/core/software/multimedia/audio | |
| parent | core: move variables and virtualisation to desktop (diff) | |
| download | nixos-config-08d4be5b51bb595e55555cc93c47f7adc77ed1c3.tar.xz nixos-config-08d4be5b51bb595e55555cc93c47f7adc77ed1c3.zip | |
core: move harware and software to desktop
Diffstat (limited to 'modules/core/software/multimedia/audio')
| -rw-r--r-- | modules/core/software/multimedia/audio/default.nix | 6 | ||||
| -rw-r--r-- | modules/core/software/multimedia/audio/pipewire.nix | 164 | ||||
| -rw-r--r-- | modules/core/software/multimedia/audio/wireplumber.nix | 42 |
3 files changed, 0 insertions, 212 deletions
diff --git a/modules/core/software/multimedia/audio/default.nix b/modules/core/software/multimedia/audio/default.nix deleted file mode 100644 index f4e7f0a..0000000 --- a/modules/core/software/multimedia/audio/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - imports = [ - ./pipewire.nix - # ./wireplumber.nix - ]; -} diff --git a/modules/core/software/multimedia/audio/pipewire.nix b/modules/core/software/multimedia/audio/pipewire.nix deleted file mode 100644 index 2824176..0000000 --- a/modules/core/software/multimedia/audio/pipewire.nix +++ /dev/null @@ -1,164 +0,0 @@ -# { lib, ... }: -# let -# inherit (lib.modules) mkBefore; -# inherit (lib.lists) singleton; -# inherit (builtins) toString; -# mapOptionDefault = lib.attrsets.mapAttrs (_: lib.modules.mkOptionDefault); -# quantum = toString 64; -# rate = toString 48000; -# qr = "${quantum}/${rate}"; -# in -{ - services.pipewire = { - enable = true; - wireplumber.enable = true; - jack.enable = true; - pulse.enable = true; - audio.enable = true; - - alsa = { - enable = true; - support32Bit = true; - }; - - extraConfig = { - pipewire = { - "10-logging" = { - "context.properties"."log.level" = 3; - }; - - # "10-defaults" = { - # "context.properties" = mapOptionDefault { - # "clock.power-of-two-quantum" = true; - # "core.daemon" = true; - # "core.name" = "pipewire-0"; - # "link.max-buffers" = 16; - # "settings.check-quantum" = true; - # }; - - # "context.spa-libs" = mapOptionDefault { - # "audio.convert.*" = "audioconvert/libspa-audioconvert"; - # "avb.*" = "avb/libspa-avb"; - # "api.alsa.*" = "alsa/libspa-alsa"; - # "api.v4l2.*" = "v4l2/libspa-v4l2"; - # "api.libcamera.*" = "libcamera/libspa-libcamera"; - # "api.bluez5.*" = "bluez5/libspa-bluez5"; - # "api.vulkan.*" = "vulkan/libspa-vulkan"; - # "api.jack.*" = "jack/libspa-jack"; - # "support.*" = "support/libspa-support"; - # "video.convert.*" = "videoconvert/libspa-videoconvert"; - # }; - # }; - }; - - # pipewire-pulse = { - # "10-defaults" = { - # "context.spa-libs" = mapOptionDefault { - # "audio.convert.*" = "audioconvert/libspa-audioconvert"; - # "support.*" = "support/libspa-support"; - # }; - - # "pulse.cmd" = mkBefore [ - # { - # cmd = "load-module"; - # args = "module-always-sink"; - # flags = [ ]; - # } - # ]; - - # "pulse.properties" = { - # "server.address" = mkBefore [ "unix:native" ]; - # }; - - # "pulse.rules" = mkBefore [ - # { - # matches = [ - # { "application.process.binary" = "teams"; } - # { "application.process.binary" = "teams-insiders"; } - # { "application.process.binary" = "skypeforlinux"; } - # ]; - - # actions.quirks = [ "force-s16-info" ]; - # } - # { - # matches = singleton { "application.process.binary" = "firefox"; }; - # actions.quirks = [ "remove-capture-dont-move" ]; - # } - # { - # matches = singleton { "application.name" = "~speech-dispatcher*"; }; - - # actions = { - # update-props = { - # "pulse.min.req" = "1024/48000"; # 21 milliseconds - # "pulse.min.quantum " = "1024/48000"; # 21 milliseconds - # }; - # }; - # } - # ]; - # }; - # }; - - # pipewire."92-low-latency" = { - # "context.properties" = { - # "default.clock.rate" = rate; - # "default.clock.quantum" = quantum; - # "default.clock.min-quantum" = quantum; - # "default.clock.max-quantum" = quantum; - # "default.clock.allowed-rates" = [ rate ]; - # }; - - # # "context.modules" = [ - # # { - # # name = "libpipewire-module-rtkit"; - - # # flags = [ - # # "ifexists" - # # "nofail" - # # ]; - - # # args = { - # # "nice.level" = -15; - # # "rt.prio" = 90; - # # "rt.time.soft" = 200000; - # # "rt.time.hard" = 200000; - # # }; - # # } - # # { - # # name = "libpipewire-module-protocol-pulse"; - - # # args = { - # # "server.address" = [ "unix:native" ]; - # # "pulse.min.quantum" = qr; - # # "pulse.min.req" = qr; - # # "pulse.min.frag" = qr; - # # }; - # # } - # # ]; - - # "stream.properties" = { - # "node.latency" = qr; - # "resample.quality" = 1; - # }; - # }; - - # pipewire-pulse."92-low-latency" = { - # "context.modules" = singleton { - # name = "libpipewire-module-protocol-pulse"; - - # args = { - # "pulse.min.req" = qr; - # "pulse.default.req" = qr; - # "pulse.max.req" = qr; - # "pulse.min.quantum" = qr; - # "pulse.max.quantum" = qr; - # }; - # }; - - # "stream.properties" = { - # "node.latency" = qr; - # "resample.quality" = 4; - # }; - # }; - }; - }; -} diff --git a/modules/core/software/multimedia/audio/wireplumber.nix b/modules/core/software/multimedia/audio/wireplumber.nix deleted file mode 100644 index 970396f..0000000 --- a/modules/core/software/multimedia/audio/wireplumber.nix +++ /dev/null @@ -1,42 +0,0 @@ -let - rate = builtins.toString 48000; -in -{ - services.pipewire.wireplumber = { - enable = true; - - extraConfig = { - "10-log-level-debug" = { - "context.properties"."log.level" = "D"; - }; - - "10-default-volume" = { - "wireplumber.settings"."device.routes.default-sink-volume" = 1.0; - }; - - "92-low-latency" = { - "monitor.alsa.rules" = [ - { - matches = [ - { "device.name" = "~alsa_card.*"; } - { "node.name" = "~alsa_output.*"; } - ]; - - actions.update-props = { - "node.description" = "ALSA Low Latency Output"; - "audio.rate" = rate; - "audio.format" = "S32LE"; - "resample.quality" = 4; - "resample.disable" = false; - "session.suspend-timeout-seconds" = 0; - "api.alsa.period-size" = 2; - "api.alsa.headroom" = 128; - "api.alsa.period-num" = 2; - "api.alsa.disable-batch" = false; - }; - } - ]; - }; - }; - }; -} |