Skip to content

Commit f43e2d6

Browse files
N37: Add bevy_kira_audio (#1137)
Co-authored-by: Joe Clay <[email protected]>
1 parent 5b2ed25 commit f43e2d6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
76.1 KB
Loading

content/news/037/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,29 @@ and libraries, e.g. bevy, egui, and [nannou].
119119
[examples]: https://github.com/rksm/hot-lib-reloader-rs/tree/master/examples
120120
[nannou]: https://youtu.be/hyyeLtJ7SQk
121121

122+
### [bevy_kira_audio]
123+
124+
![Configuring a sound when playing it](bevy_kira_audio_settings.png)
125+
_Configuring a sound when playing it_
126+
127+
[bevy_kira_audio] by [@nikl_me] is an alternative audio plugin for the [Bevy]
128+
game engine. It uses [Kira] as its audio library and aims to integrate
129+
well with Bevy's ECS.
130+
131+
Last month saw the release of versions [0.11.0] and [0.12.0]. With the
132+
latest version, sound settings like volume, playback-rate, or panning can
133+
be adjusted directly when playing audio. The screenshot above shows the new API
134+
with multiple example settings. The plugin now also offers control
135+
over single sound instances via asset handles and will apply configurable
136+
tweens to most operations.
137+
138+
[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio/
139+
[Kira]: https://github.com/tesselode/kira
140+
[@nikl_me]: https://twitter.com/nikl_me
141+
[Bevy]: https://bevyengine.org/
142+
[0.11.0]: https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0110
143+
[0.12.0]: https://github.com/NiklasEi/bevy_kira_audio/blob/main/CHANGELOG.md#v0120
144+
122145
## Popular Workgroup Issues in Github
123146

124147
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)