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§
- Pause
Sound Settings - Settings for pausing an instance.
- Play
Sound Settings - Settings for an instance.
- Resume
Sound Settings - Settings for resuming an instance.
- Retro
Audio Plugin - Bevy Retrograde audio plugin
- Sound
- A Handle to a sound that can be played, paused, etc. using the
SoundController
resource - Sound
Controller - Bevy resource for controlling audio playback
- Sound
Controller State - Stop
Sound Settings - Settings for stopping an instance.
Enums§
- Loop
Start - A loop start point for an instance.
- Sound
Data - An asset that holds the data necessary to create a sound using the
SoundController
resource - Sound
Data Loader Error - An error that occurs when loading a sound asset