Cargo Features

[dependencies]
active-call = { version = "0.3.57", default-features = false, features = ["opus", "offline", "cross", "not_vad"] }
default = offline, opus

These default features are set whenever active-call is added without default-features = false somewhere in the dependency tree.

opus default cross?

Enables opusic-sys

offline default cross?

Enables hf-hub, knf-rs-sys, ndarray ^0.16.1, and ort =2.0.0-rc.11

ndarray:

Math / arrays (keep in sync with ort 2.0.0-rc.10 -> ndarray 0.16)

Affects config::Cli.download_models, config::Cli.models_dir, config::Cli.exit_after_download, active-call::offline, offline::sensevoice, offline::supertonic, offline::OfflineModels, offline::init_offline_models, offline::get_offline_models

cross = offline, opus

Enables bindgen of aws-lc-rs

not_vad