Skip to content

johnnylee/jackclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jackclient

Jack audio client library for go.

Note

This isn't working with the current Go release. The new garbage collector moves things around in memory so the callback pointer passed into C can (and will) become invalid.

The fix for this problem is to pass an integer into the C code that indexes into an array or map that contains a pointer to the Go object.

About

Jack audio client library for go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published