Sender | Message | Time |
---|---|---|
14 Jun 2023 | ||
i somewhat suspect it's up to users of a sink to request a sample rate as the inverse is the case (if i play a high sample rate file, pw-top shows it as high sample rate) | 18:03:39 | |
In reply to @Minijackson:matrix.orghow? | 18:03:46 | |
Failed to restart pipewire.service: Unit pipewire.service is masked. | 18:04:03 | |
systemctl --user restart 'pipewire*' should do the trick | 18:04:08 | |
In reply to @evils:nixos.devyeah, it's a user service, not a system service | 18:04:37 | |
easyeffects still reports 48kHz sample rate | 18:05:34 | |
In reply to @evils:nixos.devI think it's like gstreamer, where the sample rate may be negotiated between clients | 18:05:57 | |
ardour also gets 48kHz, and i can't configure the sample rate in that, it's up to jack, and qjackctl is already set to 192kHz it does jack shit (pardon the pun) | 18:06:59 | |
I started carla with PIPEWIRE_LATENCY=256/192000 | 18:09:05 | |
pw-top reports that it is using that buffer size and bitrate, but Carla itself reports a buffersize of 64 and 48kHz x) | 18:09:37 | |
hmm | 18:10:34 | |
pipewire-jack might need some configuration itself | 18:10:58 | |
easyeffects is indeed using the quant and rate i set, but its source and sink's format are F32p 2 48000 | 18:11:14 | |
* easyeffects is indeed using the quant and rate i set, but its source and sink's format are F32P 2 48000 | 18:11:19 | |
* according to pw-top: easyeffects is indeed using the quant and rate i set, but its source and sink's format are F32P 2 48000 | 18:11:35 | |
https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Config-JACK hmm | 18:17:19 | |
hmm, either this doesn't do anything, or pipewire doesn't accept quoted values
| 18:45:23 | |
Download IMG_20230614_211856.jpg | 19:20:53 | |
18ms round trip time vs my interface's input monitoring | 19:21:14 | |
that's with 128/192000 with PIPEWIRE_LATENCY=512/192000 easyeffects i get 21.6ms4096/192000 gets me 36.5ms 4096/48000 gets me 35.8ms... and 32/192000 gets me 17.9ms | 19:55:33 | |
so it does have an effect | 19:55:45 | |
Download IMG_20230614_215928.jpg | 20:02:31 | |
that's with 32/192000 and an effect running, i think it's running out of buffer and returning 0 xD | 20:03:27 | |
17 Jun 2023 | ||
In reply to @Minijackson:matrix.orgokay i tried this now. no difference. ardour still cannot find any plugins | 11:22:28 | |
hmmm | 11:23:53 | |
just checked in my Ardour settings, and it does seem like Ardour doesn't respect this env variable | 11:24:09 | |
can you go into "Edit > Preferences > Plugins > VST" and see / edit the path? | 11:24:33 | |
In reply to @Minijackson:matrix.orgoh yeah. i can do that. and now it finds my problems | 11:28:40 | |
In reply to @Minijackson:matrix.org* oh yeah. i can do that. and now it finds my plugins | 11:29:26 | |
i see nothing regarding envs in the nix config https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/audio/ardour/default.nix | 11:29:37 |