jack-sys 0.2.3

Low-level binding to the JACK audio API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "jack-sys"

version = "0.2.3"

edition = "2018"

authors = ["Patrick Reisert"]

description = "Low-level binding to the JACK audio API."

repository = "https://github.com/RustAudio/rust-jack/tree/main/jack-sys"

license = "MIT OR Apache-2.0"

links = "jack"



[dependencies]

libc = "0.2"

libloading = "0.6"

lazy_static = "1.4"



[build-dependencies]

pkg-config = "0.3"