cpal icon indicating copy to clipboard operation
cpal copied to clipboard

make JACK backend available cross platform

Open Be-ing opened this issue 2 years ago • 0 comments

Since version 0.9, the JACK bindings are usable on Windows and macOS, however cpal only uses JACK for cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd")). This will require more than simply changing Cargo.toml because cpal currently assumes that JACK is always available if the feature is enabled.

When this is implemented, I think the JACK backend should be enabled by default.

Be-ing avatar Mar 02 '22 04:03 Be-ing