Registry / other / jack
library0.13.5rscratesunverified

Real time audio and midi with JACK.

# Cargo.toml [dependencies] jack = "0.13.5"
INSTALL
IMPORT
SIG · JACK
J
jack
otherrustv0.13.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use jack::Client;

Create a JACK audio client.

use jack::Client; fn main() -> Result<(), jack::Error> { let (client, _) = jack::Client::new("example", jack::ClientOptions::NO_START_SERVER)?; println!("JACK client created"); Ok(()) }
Debug
Known issues
gotchaRequires JACK audio server running.
fix
Install and start JACK (e.g., jackd) before running the application.
affects: >=0.13.0
Upgrade
Version history
0.13.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jack — cargo add jack · libregistry