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
There is no explicit support for jack currently, but it's technically possible to implement it. PulseAudio stuff is isolated in two structs, PulsePlayer and PulseRecorder. We could hide them behind interfaces and implement JackPlayer and JackRecorder. It seems that Go bindings for JACK are available: https://github.com/xthexder/go-jack
As a workaround, you can bridge JACK through PulseAudio. See this discussion for details.
Hello, is it possible to add Jack Audio Connection Toolkit API to this project ?
https://jackaudio.org/api/
Thanks.
The text was updated successfully, but these errors were encountered: