Module bevy::audio::prelude

Structs§

Traits§

  • Common interactions with an audio sink.
  • A type implementing this trait can be converted to a rodio::Source type. It must be Send and Sync in order to be registered. Types that implement this trait usually contain raw sound data that can be converted into an iterator of samples. This trait is implemented for AudioSource. Check the example decodable for how to implement this trait on a custom type.

Type Aliases§