rust-jack icon indicating copy to clipboard operation
rust-jack copied to clipboard

Decent jack bindings for rust

Results 33 rust-jack issues
Sort by recently updated
recently updated
newest added

I have copied the sine demo from the examples folder and run it but I get no audio out Output from the program ``` $ cargo run Finished dev [unoptimized...

Hello, I would like to process the audio playback from my system only using Rust, without other configurations, I am trying with Jack bindings to do so. But I can't...

As of the release `v1.9.13`, both Jack 1 and Jack 2 include the metadata API.

First of all, I'd like to thank you all for this crate, it's really nice :-) For a personal project, I need to have JACK transport functionalities, which are not...

If it truly acts like a POSIX signal handler, then it exposes a bewildering range of avenues for undefined behavior and should definitely be an `unsafe fn`.

Currently, rust-jack does not catch panics at the FFI boundary, resulting in possible unsafety / undefined behaviour. (c.f. the docs for [std::panic::catch_unwind](https://doc.rust-lang.org/std/panic/fn.catch_unwind.html):) > It is currently undefined behavior to unwind...

safety

Hi, bit of a Jack development noob here. Initially I thought this crate was just not working, since I ran `sine.rs` and heard no output. However, I was messing around...

Implement JACK Control functionality. These are the functions prefixed with jackctl in the C API.

feature