- Allow configuring the audio backend through a settings resource
- Add support to load sound with any eligible settings (see the example)
- Update to Kira version 0.6 (#48)
- Make channels resources (#43)
- Update to Bevy version 0.7
- the sound field in
AudioSource
is now public (#37)
- Update to Bevy version 0.6
- The playback position of audio can be requested from the
Audio
resource - Update to Rust edition 2021
- Removed direct dependencies on bevy sub crates
- Relicense under dual MIT or Apache-2.0
- Clean up stopped instances
- "ogg" is now a default feature
- No longer panic when no Audio device can be found (analogue to bevy/audio)
- Files can be loaded with a semantic duration (see the example)
- The plugin will no longer compile if none of the features "mp3", "ogg", "wav", or "flac" are set
- Allow playing looped sounds with an intro