Module audio_manager

Module audio_manager 

Source
Expand description

Audio Manager resource and systems.

Structs§

AudioLoader
The audio file asset loader.
AudioManager
The audio manager resource which can be used to play sounds.
AudioSource
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§

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