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

Trait for containers that contain PCM data.
A type implementing this trait can be decoded as a rodio source
Represents a value of a single sample.
A source of samples.

Functions

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