[][src]Function bevy_audio::play_queued_audio_system

pub fn play_queued_audio_system<P>(
    audio_sources: Res<'_, Assets<P>>,
    audio_output: Res<'_, AudioOutput<P>>
) 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 AudioOutput resource