Module bones_framework::audio::audio_manager

source ·
Expand description

Audio Manager resource and systems.

Structs§

  • The audio file asset loader.
  • The audio manager resource which can be used to play sounds.
  • The audio source asset type, contains no data, but Handle<AudioSource> is still useful because it uniquely represents a sound/music that may be played outside of bones.

Enums§

  • Kira audio backend that will fall back to a dummy backend if setting up the Cpal backend fails with an error.