!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

172 Members
45 Servers

Load older messages


SenderMessageTime
30 May 2024
@bandithedoge:matrix.orgbandithedogeyou can use jack patchbays too if you have pipewire with jack compatibility15:39:15
@bandithedoge:matrix.orgbandithedogecheck out https://nixos.wiki/wiki/PipeWire and don't be afraid to ask if you have any problems15:41:44
@xxxcrow:matrix.orgn3v3r_a9a1n
In reply to @bandithedoge:matrix.org
if you open any patchbay like helvum they'll show up
Mine shows stereo 🙁
15:41:49
@tammi:greyseal.euTammi (ey/em) left the room.15:42:07
@bandithedoge:matrix.orgbandithedogewhat interface are you using?15:42:16
@bandithedoge:matrix.orgbandithedogesetting the pro audio profile for your device should help with that15:46:06
@bandithedoge:matrix.orgbandithedogeyou can do it with pwvucontrol or in your nixos configuration15:46:55
@xxxcrow:matrix.orgn3v3r_a9a1n
In reply to @bandithedoge:matrix.org
what interface are you using?
I have several right now before I make one of them work 🥲
16:33:24
@xxxcrow:matrix.orgn3v3r_a9a1n* I have several right now before I make one of them work 🥲 (I will keep the one that will work)16:37:49
@xxxcrow:matrix.orgn3v3r_a9a1nFor years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing16:38:55
@xxxcrow:matrix.orgn3v3r_a9a1n
In reply to @bandithedoge:matrix.org
setting the pro audio profile for your device should help with that
So.. I tried that, and.. It seems like I have some other issues with my sound, I'm not sure but maybe stereo on my laptop is not working 🫠 (both speakers and headphones)
16:41:45
@bandithedoge:matrix.orgbandithedoge
In reply to @xxxcrow:matrix.org
For years I had a similar board, and it has the same issue, I'm starting to feel there's something wrong with the way I'm doing wirepipeplumbing
can you share your configuration?
16:57:34
@xxxcrow:matrix.orgn3v3r_a9a1n
In reply to @bandithedoge:matrix.org
can you share your configuration?

the sound part looks like that:

  sound.enable = true;
  hardware.pulseaudio.enable = false;
  security.rtkit.enable = true;
  services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    pulse.enable = true;
    # If you want to use JACK applications, uncomment this
    jack.enable = true;
    #wireplumber.enable = true;
  };
17:08:14
@xxxcrow:matrix.orgn3v3r_a9a1ni will continue trying tomorrow, but it really feels like maybe i connect something wrong or connect the nodes not the right way17:14:12
8 Jun 2024
@bandithedoge:matrix.orgbandithedoge
In reply to @xxxcrow:matrix.org

the sound part looks like that:

  sound.enable = true;
  hardware.pulseaudio.enable = false;
  security.rtkit.enable = true;
  services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    pulse.enable = true;
    # If you want to use JACK applications, uncomment this
    jack.enable = true;
    #wireplumber.enable = true;
  };
why do you have pulseaudio disabled? pulse.enable already replaces it
21:09:52
9 Jun 2024
@lily:lily.flowersLily Foster
In reply to @bandithedoge:matrix.org
why do you have pulseaudio disabled? pulse.enable already replaces it
if a desktop environment enables pulse with mkDefault, you have to explicitly disable it with pipewire (even regardless of whether pulse.enable is enabled or not)
17:10:22
@lily:lily.flowersLily Foster* if a desktop environment enables pulse with mkDefault, you have to explicitly disable it to use pipewire (even regardless of whether pulse.enable is enabled or not)17:10:35
10 Jun 2024
@bandithedoge:matrix.orgbandithedogeoh right, i forgot about that22:56:09
@bandithedoge:matrix.orgbandithedogewouldn't it be wise for the pipewire module to disable pulseaudio or at least throw a warning?22:56:50
22 Jun 2024
@lotte:chir.rsCharlotte 🦝 (it/its) left the room.19:33:27
25 Jun 2024
@axiomss:matrix.orgaxiomss joined the room.22:03:07
26 Jun 2024
@y:staying.off.contactAmpersand joined the room.08:49:30
27 Jun 2024
@y:staying.off.contactAmpersand left the room.17:39:14
28 Jun 2024
@axiomss:matrix.orgaxiomss left the room.04:15:25
1 Jul 2024
@rfvizarra:matrix.orgrfvizarra joined the room.06:21:04
5 Jul 2024
@adham-omran:matrix.orgadham left the room.18:34:41
@adham-omran:matrix.orgadham joined the room.18:34:54
@adham-omran:matrix.orgadhamI'm having issues after installing REAPER, I can not find my plugins although Bitwig finds them perfectly fine, is there an issue with REAPER detecting plugins on Linux?18:35:35
@adham-omran:matrix.orgadham Nevermind, I had to explicitly state ~/.vst/yabridge, I wonder why it did not pick up sub directories. 18:41:58
6 Jul 2024
@rfvizarra:matrix.orgrfvizarraHi I'm kind of new to NixOS. I'm trying to use NixOS to run a few programs that I use to play piano. One of them is Pianoteq. I've seen there is a Pianoteq package (https://github.com/NixOS/nixpkgs/tree/nixos-24.05/pkgs/applications/audio/pianoteq) but I cannot install it adding it to systemPackages, homemanager or nix-shell. Am I missing something? How can I install Pianoteq's package in Nixos? I'm not sure if this is the right channel to ask, if not please accept my apologies.08:24:03

Show newer messages


Back to Room ListRoom Version: 10