Cargo Features

[dependencies]
firewheel-nodes = { version = "0.2.3-beta.1", default-features = false, features = ["beep_test", "peak_meter", "sampler", "spatial_basic", "stereo_to_mono", "volume_pan", "volume"] }
default = beep_test, peak_meter, sampler, spatial_basic, stereo_to_mono, volume, volume_pan

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

beep_test default

Enables the "beep test" node

Affects firewheel-nodes::beep_test

peak_meter default

Enables the peak meter node

Enables atomic_float

Affects firewheel-nodes::peak_meter

sampler default

Enables the sampler node

Enables crossbeam-utils and smallvec

Affects firewheel-nodes::sampler

spatial_basic default

Enables the basic 3D spatial positioning node

Affects firewheel-nodes::spatial_basic

stereo_to_mono default

Enables the stereo to mono node

volume_pan default

Enables the volume pan node

Affects firewheel-nodes::volume_pan

volume default

Enables the volume node

Affects firewheel-nodes::volume