Releases: SolarLiner/bevy-kira-components
Releases · SolarLiner/bevy-kira-components
v0.2.0-rc.4
Update to Bevy 0.14.0-rc.3
v0.2.0-rc.2
Chore
- formatting
- linting + formatting
- update kira to main (0.9)
- format
New Features
- Add
AudioFileHandle::toggle
method for convenience - add controllable behavior when playback stopped (and can no longer be resumed)
- add set_volume to AudioFileHandle
Bug Fixes
- use
async fn
inAudioFileLoader
- wording and typos from review
- update backend settings to support kira 0.9
- use linear attenuation in SpatialEmitter by default
- use linear attenuation in SpatialEmitter by default
Other
- custom sound documentation in example
Refactor
- rename consts from NUM_ prefix to _COUNT suffix
- rename consts from NUM_ prefix to _COUNT suffix
- move audio file impls into submodule
Commit Statistics
- 25 commits contributed to the release over the course of 52 calendar days.
- 52 days passed between releases.
- 16 commits were understood as conventional.
- 6 unique issues were worked on: #14, #16, #17, #21, #7, #8
Commit Details
view details
- #14
- Add
AudioFileHandle::toggle
convenience method (1932421)
- Add
- #16
- Remove
Result<(), E>
from the API (93e56f1)
- Remove
- #17
- Recreate
audio
anddecodable/custom_sound
examples frombevy_audio
(81b696a)
- Recreate
- #21
- Update to Bevy 0.14.0-rc.2 (32068fe)
- #7
- Rename consts from NUM_ prefix to _COUNT suffix (d7579f2)
- #8
- Use linear attenuation in SpatialEmitter by default (ad090ad)
- Uncategorized
- Use
async fn
inAudioFileLoader
(66ebc23) - Formatting (fd0f1ab)
- Custom sound documentation in example (8f3087c)
- Wording and typos from review (6bb722b)
- Linting + formatting (54d0eea)
- Update backend settings to support kira 0.9 (1718ec4)
- Update kira to main (0.9) (743a762)
- Format (359093a)
- Add
AudioFileHandle::toggle
method for convenience (bd71d8e) - Update src/spatial.rs (00be819)
- Use linear attenuation in SpatialEmitter by default (ee89f20)
- Rename consts from NUM_ prefix to _COUNT suffix (5a0e927)
- Merge pull request #9 from GitGhillie/audio-control-example (184780c)
- No_run on doc example (de68f8b)
- :chore: formatting (f028768)
- Add controllable behavior when playback stopped (and can no longer be resumed) (3e52e51)
- Move audio file impls into submodule (2f45da3)
- Add set_volume to AudioFileHandle (c435718)
- Merge pull request #3 from SolarLiner/release/0.1.1 (c67b5e8)
- Use
v0.2.0-rc.3
New features
- Add playback_rate to settings
Commit Statistics
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 1 unique issue was worked on: #22
Commit Details
v0.1.1
No changes, uploaded new version with up to date metadata
v0.1.0
Initial version.
Features
- Audio sources as components
- Support for static and streaming audio (latter only on desktop platforms)
- Integrates with Kira spatial audio features