You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apparently at some point i had already planned for this, but since then I didn't do any Jack development
Currently I have no system running Jack I'm working on, so I can't test anything.
But probably you can just replace "alsa_{}".format("in" if self._in else "out") with "zita-{}".format("a2j" if self._in else "j2a") (or maybe a2j needs to be swapped with j2a)
Let me know, if that worked for you.
@IARI I could submit a PR, or fork this repository with the changes to use zita-ajbridge instead. I just started using it with the patch you proposed and should know pretty quickly if it's stable. It immediately seems better than alsa_in/alsa_out.
these are "improved" alsa_in and alsa_out replacements (better performance, better quality resampling)
The text was updated successfully, but these errors were encountered: