Module bevy_kira_components::sources::audio_file::source
source · Expand description
Implementation of AudioSource
for an audio file on disk, loaded either fully in memory,
or by streaming the file directly from disk.
Structs§
- Handle to an existing audio file. Access this component in your systems to manipulate the audio in real time (see the
spatial
example to see how to do so).
Enums§
- Bevy [
Asset
] implementation that wraps audio data for [kira
].