yoyoyonono / nixos-config-file

0 stars 0 forks source link

Audioengine d3 fix breaks everything else #1

Closed yoyoyonono closed 5 months ago

yoyoyonono commented 5 months ago

    wireplumber.configPackages = [
      (pkgs.writeTextDir "share/wireplumber/main.lua.d/50-alsa-config.lua" ''
        table.insert (alsa_monitor.rules, {
          matches = {
            { { "device.name", "matches", "alsa_card.*" }, },
          },
          apply_properties = {
            ["api.alsa.ignore-dB"] = true, 
          },
        })
      '')
    ];

fixes the problem but then all other audio stops working

yoyoyonono commented 5 months ago

almost fixed by dbb42eba9cfb30c650209bd2ba62ce1d69a9d7ee

yoyoyonono commented 5 months ago

looks like that fixed it actually