Cargo Features

firewheel-core has no features set by default.

[dependencies]
firewheel-core = { version = "0.3.0", features = ["symphonium", "resampler", "bevy"] }
symphonium

Enables symphonium

Affects sample_resource::DecodedAudio, sample_resource::DecodedAudioF32, sample_resource::load_audio_file, sample_resource::load_audio_file_from_source, sample_resource::decoded_to_resource, sample_resource::decoded_f32_to_resource

resampler

Enables fixed-resample and resampler of optional symphonium

symphonium:

Enable the resampler (enabled by default).

bevy

Enables bevy_ecs