!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

163 Members
42 Servers

Load older messages


SenderMessageTime
9 Nov 2025
@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
1 Dec 2025
@matthewcroughan:defenestrate.itmatthewcroughan changed their profile picture.14:59:05
4 Dec 2025
@i-am-logger:matrix.orgIdo Samuelson joined the room.01:46:20
5 Dec 2025
@magnetophon:matrix.orgmagnetophon joined the room.11:04:32
10 Dec 2025
@truelle_trash_queen:matrix.orgTheodora changed their display name from Theodora The Absurdist Schizotisticoball to Theodora.12:17:20
11 Dec 2025
@suua:matrix.orgsuua joined the room.16:12:43
13 Dec 2025
@magnetophon:matrix.orgmagnetophonI have a bunch of audio PR's open. Anyone care to have a look and possibly merge? https://github.com/NixOS/nixpkgs/pull/444337 https://github.com/NixOS/nixpkgs/pull/466323 https://github.com/NixOS/nixpkgs/pull/469717 There's a few more, but these are the most important ones. Thanks!12:59:13
@bandithedoge:matrix.org@bandithedoge:matrix.org
In reply to @magnetophon:matrix.org
I have a bunch of audio PR's open.
Anyone care to have a look and possibly merge?
https://github.com/NixOS/nixpkgs/pull/444337
https://github.com/NixOS/nixpkgs/pull/466323
https://github.com/NixOS/nixpkgs/pull/469717

There's a few more, but these are the most important ones.
Thanks!
try #review-requests:nixos.org
13:05:19
@rosssmyth:matrix.org@rosssmyth:matrix.org joined the room.21:45:08
14 Dec 2025
@manuelbaerenz:matrix.orgManuel Bärenz joined the room.16:41:14
@manuelbaerenz:matrix.orgManuel BärenzHas anyone a config for the tascam us122l? Ideally with pipewire?16:41:31
@manuelbaerenz:matrix.orgManuel Bärenz

I have this weird thing here:

  services.pipewire = {
    pulse.enable = true;
    jack.enable = true;
    alsa.enable = true;
    extraConfig.pipewire-pulse = {
      tascam."pulse.cmd" = [
        { cmd = "load-module";
          # args = "module-alsa-source source_name=foo device=usbstream:CARD=US122L fragments=3 fragment_size=512";
          args = "module-alsa-sink device=usbstream:0 sink_name=US122L_Out sink_properties=device.description=US122L_Out";
          flags = [ ];
         }
      ];
    };
  };

But when I do systemctl --user restart pipewire-pulse it says in the logs:

Dez 14 17:41:59 thnixpad pipewire[12258]: spa.alsa: 'usbstream:0': playback open failed: No such file or directory

16:43:07
@manuelbaerenz:matrix.orgManuel BärenzThe device shows up in /proc/asound/cards, but with no controls. And it shows up nowhere else16:44:13
15 Dec 2025
@ghishadow:matrix.orgghishadow joined the room.08:22:06
21 Dec 2025
@anders:sorby.xyzAnders joined the room.11:33:27

Show newer messages


Back to Room ListRoom Version: 10