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

Got a linker error from travis for referencing it from jack. Removed port uuid for now. https://travis-ci.org/wmedrano/rust-jack/builds/187552415

Either the README should document that libjack-dev must be installed, or the installation should be done automatically. If automatic installation is provided, it should probably be added to the the...

feature
development enhancement

Remove assert that connection closing is successful. If the jack server is shutdown/restarted while the client connection is up then the closing will fail and you get a thread panic...

This adds support for the client to connect to JACK server using a specific server name. Before it could only connect to a single JACK server using the default name....

Comment suggested "doesn't compile for testing since it is a weak export" but I was able to compile and run tests just fine. I have Linux / Devuan with jack2...

Hello! I'm just curious as to who is maintaining this repo? Is it only @wmedrano ? Are there other maintainers active here? Br, Per

I'm trying to figure out how this works, between this library, libjack2, and pipewire-jack. Libjack2 logging depends on `JackGlobals.fVerbose` being truthy. AFAICT libjack2 connects to the server then sets `JackGlobals.fVerbose`...

Currently I cannot add the IS_TERMINAL flag to `AudioIn` — and if I create my own variant and `unsafe impl PortSpec` for it, I lose all the `as_slice()` etc helper...

# Details system: pop-os 22.04 cargo version: cargo 1.70.0 (ec8a8a0ca 2023-04-25) jack version: 0.11.4 # Description I found by peeking inside the compiled binary for my files that my full...