Cargo Features
[dependencies]
bevy_seedling = { version = "0.3.0", default-features = false, features = ["stream", "wav", "ogg", "flac", "mkv", "mp3", "adpcm", "profiling"] }
- default = ogg, stream, wav
-
These default features are set whenever
bevy_seedling
is added without
somewhere in the dependency tree.default-features = false - stream default
-
Enables stream_nodes of firewheel
firewheel:
Enables the stream writer/reader nodes for sending/receiving audio directly to/from the audio graph from another thread.
- wav default
-
formats
Enables pcm and wav of symphonium
- ogg default
-
Enables ogg and vorbis of symphonium
- flac
-
Enables flac of symphonium
- mkv
-
Enables mkv of symphonium
- mp3
-
codecs
Enables mp3 of symphonium
- adpcm
-
Enables adpcm of symphonium
- profiling