Cargo Features
[dependencies]
pleezer = { version = "0.6.2", default-features = false, features = ["binary", "asio", "jack"] }
- default = binary
-
The
binary
feature is set by default wheneverpleezer
is added without
somewhere in the dependency tree.default-features = false - binary default
-
Enable command-line interface and binary build
Enables clap
Required by the binary
- asio
-
Enable ASIO (Audio Stream Input/Output) backend for low-latency audio (Windows only) Requires Steinberg ASIO SDK and additional build setup See: https://docs.rs/crate/cpal/latest
- jack
-
Enable JACK (JACK Audio Connection Kit) backend for low-latency audio with flexible routing (Linux only)
Requires JACK development files:
- Debian/Ubuntu: libjack-dev
- Fedora: jack-audio-connection-kit-devel