!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

66 Members
18 Servers

Load older messages


SenderMessageTime
27 Apr 2024
@qyriad:katesiria.orgQyriad changed their display name from Qyriad to Qyriad.00:09:42
@technicus:matrix.orgMiles Dyson joined the room.00:53:33
@technicus:matrix.orgMiles DysonRedacted or Malformed Event00:54:00
@ygt:matrix.orgnadir joined the room.18:22:33
28 Apr 2024
@a-kenji:matrix.orga-kenji joined the room.09:59:49
@poweruser64:matrix.orgPowerUser64 joined the room.10:38:49
@linex:matrix.orglinex joined the room.15:50:00
@uakci:uakci.spaceuakci joined the room.20:29:06
29 Apr 2024
@eyduh:matrix.orgeyduh (she/they) joined the room.11:04:05
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:28:44
@c4lliope:matrix.orgc4lliope joined the room.18:05:49
1 May 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:06:15
6 May 2024
@wolfeexd:matrix.orgwolfeexd joined the room.02:06:48
@wolfeexd:matrix.orgwolfeexdI just wanted to ask here if anyone had a configuration which associates the profile with the correct device being handled by the configuration, autonomous from pavucontol.02:25:43
@dayvidpham:envs.netdayvidpham joined the room.05:43:05
8 May 2024
@jee_mj:matrix.orgmj joined the room.19:52:52
14 May 2024
@dandellion:dodsorf.asDandellion joined the room.20:42:25
18 May 2024
@olafklingt:matrix.org@olafklingt:matrix.org left the room.17:05:10
19 May 2024
@seapat:matrix.orgseapat joined the room.23:26:36
22 May 2024
@ta3arif:matrix.orgBeh_1479 joined the room.13:39:47
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:25:52
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:28:07
23 May 2024
@mukayu:matrix.orgmukayu joined the room.04:17:21
@gdarends:matrix.orggdarends joined the room.14:03:39
@gdarends:matrix.orggdarends

Hi all! I'm trying to configure a specific device with services.pipewire.wireplumber.configPackages but it doesn't seem like it's loading the config. I see the config file in /nix/store, but it doesn't show up in /etc.
Here is my config:

services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    pulse.enable = true;
    jack.enable = true;
    wireplumber.enable = true;

    wireplumber.configPackages = [
      (pkgs.writeTextDir "share/wireplumber/main.lua.d/99-alsa-low-latency.conf" ''
        monitor.alsa.rules = {
          {
            matches = {
              { "node.name", "matches", "alsa_input.usb-Focusrite_Scarlett_4i4_4th_Gen_S49C91841831EB-00.*"; }
              { "node.name", "matches", "alsa_output.usb-Focusrite_Scarlett_4i4_4th_Gen_S49C91841831EB-00.*"; }
            },
            apply_properties = {
              ["audio.rate"] = 192000,
              ["api.alsa.period-size"] = 512,
              ["api.alsa.period-num"] = 3,
            },
          }, 
        }
      '')
    ];

    # add virtual audio device for butt streaming
    extraConfig.pipewire = {
      "99-clock-rates" = {
        "context.properties" = {
          "default.clock.allowed-rates" = [ 48000 192000 ];
        };
      };
    };
  };
14:11:33
@gdarends:matrix.orggdarendsI'm using this guide: https://nixos.wiki/wiki/PipeWire#Controlling_the_ALSA_devices14:14:16
24 May 2024
@lotte:chir.rs@lotte:chir.rs changed their profile picture.05:31:38
25 May 2024
@lcchy:matrix.orgLcchy joined the room.15:57:18
30 May 2024
@xxxcrow:matrix.orgn3v3r_a9a1n joined the room.15:30:13
@xxxcrow:matrix.orgn3v3r_a9a1nHellooo 👋 Was anyone able to properly use Behringer umc(202/204/404)hd?15:32:45

Show newer messages


Back to Room ListRoom Version: 10