Cargo Features

[dependencies]
audio-processor-dynamics = { version = "2.3.0", default-features = false, features = ["f32", "f64"] }
default = f32

The f32 feature is set by default whenever audio-processor-dynamics is added without default-features = false somewhere in the dependency tree.

f32 default

Enables f32 of augmented-audio-volume

f64

Enables f64 of augmented-audio-volume

audio-processor-dynamics has 3 features without comments.