Crate bevy_retrograde_audio[−][src]
Expand description
Bevy Retrograde audio plugin
Bevy Retrograde attempts to provide an extremely simple, yet still effective API for playing audio
in games using Kira. If more control is desired you may want to look into bevy_kira_audio
which grants more control over audio playback.
Re-exports
pub use kira;
Structs
Settings for pausing an instance.
Settings for an instance.
Settings for resuming an instance.
Bevy Retrograde audio plugin
A Handle to a sound that can be played, paused, etc. using the SoundController
resource
Bevy resource for controlling audio playback
Settings for stopping an instance.
Enums
A loop start point for an instance.
An asset that holds the data necessary to create a sound using the SoundController
resource
An error that occurs when loading a sound asset