!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

163 Members
42 Servers

Load older messages


SenderMessageTime
9 Nov 2025
@bandithedoge:matrix.org@bandithedoge:matrix.orgyou can match a different property21:38:00
@bandithedoge:matrix.org@bandithedoge:matrix.org like alsa.id 21:38:13
@backtail:matrix.orgbacktailHow do I find that?21:38:57
@bandithedoge:matrix.org@bandithedoge:matrix.org wpctl inspect 21:39:05
@bandithedoge:matrix.org@bandithedoge:matrix.org you can get your device's id from wpctl status 21:39:22
@backtail:matrix.orgbacktail alsa.id is "USB Audio", interesting 21:42:07
@backtail:matrix.orgbacktailthe same as in your config that didn't work for me21:42:31
@bandithedoge:matrix.org@bandithedoge:matrix.orgyeah, i guess matching that is enough if you don't juggle between usb audio interfaces21:42:46
@bandithedoge:matrix.org@bandithedoge:matrix.org alsa.card_name maybe? 21:43:27
@backtail:matrix.orgbacktailalsa.long_card_name = "Roland TR-8 at usb-0000:16:00.0-4, high speed" 21:44:25
@backtail:matrix.orgbacktailonly long exists21:44:36
@backtail:matrix.orgbacktailAh no, sorry21:44:53
@backtail:matrix.orgbacktail also.card_name = "TR-8" 21:45:08
@backtail:matrix.orgbacktaillol21:45:10
@backtail:matrix.orgbacktailDo I need to change anything about some priority maybe?21:47:46
@bandithedoge:matrix.org@bandithedoge:matrix.orgno, that's an unrelated hack in my config21:48:06
@backtail:matrix.orgbacktailStill isn't switching profile replugging21:48:12
@backtail:matrix.orgbacktailwhen*21:48:18
@bandithedoge:matrix.org@bandithedoge:matrix.orgsilly question but did you restart pipewire?21:48:33
@backtail:matrix.orgbacktailwhen nixos-rebuild switching, should do it automatically, right?21:49:10
@bandithedoge:matrix.org@bandithedoge:matrix.orgi'm pretty sure it doesn't restart on wireplumber config changes21:49:35
@backtail:matrix.orgbacktailwell, restarted the systemd service for pipewire and wireplumber, still the same21:50:28
@backtail:matrix.orgbacktail I guess something for complicated is going on, so I might come back to it at some later point. Thanks for the help bandithedoge though! 21:52:13
@backtail:matrix.orgbacktail * I guess something more complicated is going on, so I might come back to it at some later point. Thanks for the help bandithedoge though! 21:52:26
12 Nov 2025
@inayet:matrix.orgInayet changed their display name from inayet to Inayet.12:39:04
18 Nov 2025
@jopejoe1:matrix.orgjopejoe1 changed their display name from jopejoe1 to jopejoe1 (4094@39c3).20:19:49
19 Nov 2025
@crop_tech:matrix.orgcrop joined the room.11:04:08
@crop_tech:matrix.orgcrop i am wondering if i have configured pipewire correctly.
the thread controlled by jack gets the priority -84 but i think it could benefit from getting realtime priority on a roundrobin scheduler.

i thought i could get this by using this pipewire config:
  services.pipewire = {
    enable = true;
    alsa = {
      enable = true;
      support32Bit = true;
    };
    jack.enable = true;
    pulse.enable = true;
    wireplumber.enable = true;

    extraConfig = {
      pipewire."10-rt.conf" = {
        "context.modules" = [
          {
            name = "libpipewire-module-rt";
            args = {
              "rt.prio" = 99;
            };
            flags = [ "ifexists" "nofail" ];
          }
        ];
      };
    };
  };


i also activated before all the lines from the example conf: https://docs.pipewire.org/page_module_rt.html

i don't understand where the -84 priority comes from
11:10:18
20 Nov 2025
@user12592851:matrix.orgJohn joined the room.07:09:19
30 Nov 2025
@3wy-kra:matrix.uni-hannover.deMasen Joumaah joined the room.20:47:46

Show newer messages


Back to Room ListRoom Version: 10