Re: pipewire, jack and lv2 samplerate
gm-linuxaudio.privatize920-OGrP24aSwZHk1uMJSBkQmQ@public.gmane.org Thu, 18 Jun 2026 12:52:51 +0200
| Newsgroups | gmane.linux.audio.devel |
|---|---|
| Message-ID | <[email protected]> |
carla instantiates the plugin with the correct samplerate. Could it be that pipewire is implicitly resampling the audio for jalv? If so, how can I deactivate that? For now I can debug with carla but i'd like to use jalv Regards, Gerald On Thu, 2026-06-18 at 12:42 +0200, gm-linuxaudio.privatize920 at passmail.net wrote: > Hi all, > I have a weird issue:=20 > on ubuntu 26.04 I set the samplerate from 48k->44.1k with=20 > pw-metadata -n settings 0 clock.force-rate 44100 >=20 > Carla and QJackCtl show the new setting >=20 > However when I start my plugin with jalv I still get 48k reported to > the plugin > jalv=C2=A0 http://github.com/geraldmwangi/GuitarMidi-LV2 > Plugin:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 http://github.com/geraldmwang= i/GuitarMidi-LV2 > JACK Name:=C2=A0=C2=A0=C2=A0 Guitar Midi > Sample rate:=C2=A0 48000 Hz > Block length: 256 frames > MIDI buffers: 32768 bytes > Comm buffers: 524288 bytes > Update rate:=C2=A0 30.0 Hz > Scale factor: 1.0 > Loading plugin > Buffer size: 256 > Audio input ring buffer size: 8 frames > Model output ring buffer size: 8 frames > Initializing FretBoard with samplerate 48000 and buffer size 256 >=20 > Can someone help me out? > Thanks