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 cpal;
pub use oddio;
pub use frames::*;

Modules§

builtins
oddio builtin types that can be directly used in Audio::play.
frames
Newtypes for working around bevyengine/bevy#5432
output
Audio output

Structs§

Audio
Resource that can play any type that implements Signal.
AudioPlugin
Adds support for audio playback in a Bevy application.
AudioSource
Source of audio data.

Traits§

AudioApp
Extension trait to add new audio sources implemented by users
ToSignal
Trait for a type that generates a signal.