logo

Module bevy::audio

source · []
Expand description

Provides types and plugins for audio playback.

Modules

Structs

Use this resource to play audio

Used internally to play audio on the current “audio device”

Adds support for audio playback to a Bevy Application

Asset controlling the playback of a sound

A source of audio data

Settings to control playback from the start.

Traits

A type implementing this trait can be decoded as a rodio source

Functions

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