Cargo Features
bevy_audio_controller has no features set by default.
[dependencies]
bevy_audio_controller = { version = "0.2.3", features = ["inspect", "flac", "mp3", "ogg", "wav", "all-codecs"] }
- inspect
-
Affects
bounds::ACBounds
… - flac all-codecs?
-
Enables flac of bevy and symphonia
bevy:
FLAC audio format support
- mp3 all-codecs?
-
Enables mp3 of bevy and symphonia
bevy:
MP3 audio format support
- ogg all-codecs?
-
Enables ogg and vorbis of symphonia and vorbis of bevy
bevy:
OGG/VORBIS audio format support
- wav all-codecs?
-
Enables pcm and wav of symphonia and wav of bevy
bevy:
WAV audio format support
- all-codecs = flac, mp3, ogg, wav