Crate bevy_oddio

source ·
Expand description

A plugin that integrates oddio with bevy.

There is an issue with loading audio files.

See #4.

Re-exports

pub use oddio;
pub use frames::*;

Modules

oddio builtin types that can be directly used in Audio::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.