Releases
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
in AudioFileLoader
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 )
#16
Remove Result<(), E>
from the API (93e56f1 )
#17
Recreate audio
and decodable/custom_sound
examples from bevy_audio
(81b696a )
#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
in AudioFileLoader
(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 )
You can’t perform that action at this time.