!EAGpsNNWRMltlOrGdy:nixos.org

NixOS Audio

173 Members
46 Servers

Load older messages


SenderMessageTime
30 May 2024
@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
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
Hi

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.

Audio is pretty messy on Linux in general and more so on NixOS

Firstly, are you using a Flake? from your wording I think you are using configuration.nix, do correct me if I am wrong

I use Pianoteq from their official package for Linux by dropping the LV2 folder they provide into ~/.lv2 and loading normally using REAPER

08:41:34
@rfvizarra:matrix.orgrfvizarra
In reply to @adham-omran:matrix.org

Audio is pretty messy on Linux in general and more so on NixOS

Firstly, are you using a Flake? from your wording I think you are using configuration.nix, do correct me if I am wrong

I use Pianoteq from their official package for Linux by dropping the LV2 folder they provide into ~/.lv2 and loading normally using REAPER

Yes, I'm using a flake
08:42:28
@rfvizarra:matrix.orgrfvizarrabut that LV2 options might be a good alternative...08:42:56
@rfvizarra:matrix.orgrfvizarra * but that LV2 option might be a good alternative...08:43:05
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
Yes, I'm using a flake
I recommend using Musnix via Flake input then, it'll fix a lot of issues relating to finding plugins
08:43:27
@rfvizarra:matrix.orgrfvizarraI have it included in my flake :) Not sure If I'm taking advantage of it or not08:45:16
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
but that LV2 option might be a good alternative...
It is the simplest
08:45:24
@rfvizarra:matrix.orgrfvizarraI'll try the LV2 way!08:45:46
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
I have it included in my flake :) Not sure If I'm taking advantage of it or not
Eh, it happens, I moved away from Musnix because I had similar issues, I hoped it would work for you but apparently not..
08:45:48
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
I'll try the LV2 way!
Let me know if you need any further help, I've been down this rabbit hole before lol
08:46:22
@rfvizarra:matrix.orgrfvizarra
In reply to @adham-omran:matrix.org
Let me know if you need any further help, I've been down this rabbit hole before lol
Thank you so much!. I'm going to try the LV2 with Reaper (I've never used a DAW before)
08:47:03
@adham-omran:matrix.orgadham
In reply to @rfvizarra:matrix.org
Thank you so much!. I'm going to try the LV2 with Reaper (I've never used a DAW before)

No problem

So are you new to music production as a whole?

08:47:34

Show newer messages


Back to Room ListRoom Version: 10