[][src]Function bevy_audio::play_queued_audio_system

pub fn play_queued_audio_system<P: Asset>(
    _world: &mut World,
    resources: &mut Resources
) where
    P: Decodable,
    <P as Decodable>::Decoder: Source + Send + Sync,
    <<P as Decodable>::Decoder as Iterator>::Item: Sample + Send + Sync

Plays audio currently queued in the Audio resource through the AudioOutput resource