Crate bevy_oddio
source ·Expand description
Re-exports
Modules
oddio
builtin types that can be directly used inAudio::play
.- Newtypes for working around bevyengine/bevy#5432
- Audio output
Structs
- Resource that can play any type that implements
Signal
. - Adds support for audio playback in a Bevy application.
- Source of audio data.
Traits
- Extension trait to add new audio sources implemented by users
- Trait for a type that generates a signal.