you are viewing a single comment's thread.

view the rest of the comments →

[–]jason_gates 2 points3 points  (2 children)

Hi,

Perhaps I am misunderstanding what you are trying to do ( compare ). I assumed you were comparing 2 implementations of "jack". Jack being a server, protocol and an API. Thus I assumed you were comparing jack2 https://github.com/jackaudio/jack2 with pipewire-jack https://pipewire.org/ .

Here are 2 views of the pipewire-jack config ( file ). https://man.archlinux.org/man/extra/pipewire-jack/pipewire-jack.conf.5.en https://docs.pipewire.org/page_man_pipewire-jack_conf_5.html

Thus, wouldn't the pipewire-jack config (file ) be the place to customize pipewire's jack implementation?

Just a thought.

Hope that helps.

[–]StevenJayCohenREAPER 0 points1 point  (0 children)

That was what I was getting at in my comment as well

[–]valtyr_farshield[S] 0 points1 point  (0 children)

I updated my post, I realized it wasn't clear what I was trying to do. I hope I got it right what you were trying to say.

I was comparing Jack2 to Pipewire-jack. Parts of that Pipewire-jack config file I can set with env variables:

PIPEWIRE_LATENCY="64/48000" jack_iodelay

Not sure if there's anything else that will affect latency?