Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to add Jack Audio Toolkit api ? #7

Open
remixmabix opened this issue Jul 29, 2020 · 1 comment
Open

Possible to add Jack Audio Toolkit api ? #7

remixmabix opened this issue Jul 29, 2020 · 1 comment

Comments

@remixmabix
Copy link

Hello, is it possible to add Jack Audio Connection Toolkit API to this project ?

https://jackaudio.org/api/

Thanks.

@gavv
Copy link
Owner

gavv commented Dec 20, 2020

Hi, sorry for late reply.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants