Cargo Features
[dependencies]
kalosm-sound = { version = "0.3.4", default-features = false, features = ["metal", "cuda", "mkl", "denoise", "voice_detection"] }
- default = denoise, voice_detection
-
These default features are set whenever
kalosm-sound
is added without
somewhere in the dependency tree.default-features = false - metal
-
Enables metal of candle-core ^0.6.0, accelerate and metal of rwhisper
- cuda
-
Enables cuda of candle-core ^0.6.0, cuda and cudnn of rwhisper
- mkl
-
Enables mkl of candle-core ^0.6.0 and rwhisper
- denoise default
-
Enables nnnoiseless
- voice_detection default
-
Enables ort =2.0.0-rc.4 and voice_activity_detector
kalosm-sound has 6 features without comments.