go-jack:进入Jack Audio Connection Kit的绑定

时间:2024-05-28 12:08:04
【文件属性】:

文件名称:go-jack:进入Jack Audio Connection Kit的绑定

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-28 12:08:04

Go

千斤顶 进入绑定 用法 有关有效的直通示例,请参见 导入包: import "github.com/xthexder/go-jack" 连接到现有的插Kong服务器: client , _ := jack . ClientOpen ( "Example Client" , jack . NoStartServer ) if client == nil { fmt . Println ( "Could not connect to jack server." ) return } defer client . Close () 添加处理回调: func process ( nframes uint32 ) int { // Do processing here return 0 } /* ... */ if code := client . SetProcessCall


【文件预览】:
go-jack-master
----.gitignore(314B)
----README.md(2KB)
----LICENSE(1KB)
----jack.go(11KB)
----errno.h(3KB)
----example()
--------midipassthrough.go(1KB)
--------passthrough.go(1KB)
--------Makefile(82B)
----callbacks.go(2KB)
----errors.go(1KB)

网友评论