Module bevy_kira_components::sources::audio_file::loader
source · Expand description
Asset loader implementation for the AudioFile
type.
This loader either loads the audio data fully into memory, or simply copies the path into the asset, as kira has its own file streaming features.
This means that the streaming feature is only available on desktop platforms, and not on the web.
Structs§
- Settings applied when loading the audio file.
- Loads an
AudioFile
.
Enums§
- Possible errors that can be produced by
AudioFileLoader