go-jack icon indicating copy to clipboard operation
go-jack copied to clipboard

Go bindings for Jack Audio Connection Kit

Results 6 go-jack issues
Sort by recently updated
recently updated
newest added

Hello, I tried to use the pass-through example. If it is working when I am routing the sound from my yeti, but it is not working for any other sources...

I've been trying to use this library for a small project, but upon investigating issues with my code, I noticed that it, and the pass-through example code for this library...

How mature is this library? There is not too much activity lately right? A bit offtopic, but how well suited is Go for developing proaudio applications (with jackd)? Does the...

question

Have you tried using this for realtime processing? Before I try it out, I'm wondering if it's possible to get glitch free audio.

When I try to run the passthrough example on my macbook I get the following: ``` ± go run passthrough.go # github.com/xthexder/go-jack Undefined symbols for architecture x86_64: "_jack_activate", referenced from:...

I'm unable to run the midi pass through example. First of all it was segfaulting but I resolved the by moving the port registration lines as per issue #13. Now...