Type Alias bevy_kira_audio::Audio

source ·
pub type Audio = AudioChannel<MainTrack>;
Expand description

The default audio channel

Alias for the AudioChannel<MainTrack> resource. Use it to play and control sound on the main track. You can add your own channels via add_audio_channel.

Aliased Type§

struct Audio { /* private fields */ }