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 */ }