jack 0.5.4

Real time audio and midi using safe JACK bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jack"
version = "0.5.4"
authors = ["Will S. Medrano <will.s.medrano@gmail.com>"]
description = "Real time audio and midi using safe JACK bindings."
documentation = "https://RustAudio.github.io/rust-jack/jack/index.html"
repository = "https://github.com/RustAudio/rust-jack"
license = "MIT"
readme = "README.md"
keywords = ["jack", "realtime", "audio", "midi"]

[dependencies]
bitflags = "0.7.0"
jack-sys = "0.1.5"
lazy_static = "0.2.2"
libc = "0.2"