Cargo Features

bevy_audio has no features set by default.

[dependencies]
bevy_audio = { version = "0.13.2", features = ["mp3", "flac", "wav", "vorbis", "minimp3", "symphonia-aac", "symphonia-all", "symphonia-flac", "symphonia-isomp4", "symphonia-vorbis", "symphonia-wav", "android_shared_stdcxx"] }
mp3

Enables mp3 of rodio ^0.17

other

flac

Enables flac of rodio ^0.17

wav

Enables wav of rodio ^0.17

vorbis

Enables vorbis of rodio ^0.17

minimp3

Enables minimp3 of rodio ^0.17

symphonia-aac

Enables symphonia-aac of rodio ^0.17

symphonia-all

Enables symphonia-all of rodio ^0.17

symphonia-flac

Enables symphonia-flac of rodio ^0.17

symphonia-isomp4

Enables symphonia-isomp4 of rodio ^0.17

symphonia-vorbis

Enables symphonia-vorbis of rodio ^0.17

symphonia-wav

Enables symphonia-wav of rodio ^0.17

android_shared_stdcxx

Enable using a shared stdlib for cxx on Android.

Enables oboe-shared-stdcxx of cpal

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cpal android android_shared_stdcxx?