Skip to content

Commit cfbc086

Browse files
N27: bevy_kira_audio (#835)
Co-authored-by: Joe Clay <[email protected]>
1 parent 0a8a570 commit cfbc086

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/news/027/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,21 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
320320
[hecs_rapier]: https://github.com/smokku/hecs_rapier
321321
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier
322322

323+
### [bevy_kira_audio]
324+
325+
[bevy_kira_audio] is a [Bevy] plugin that integrates the audio library [Kira]
326+
into [Bevy] applications.
327+
328+
In the latest version `0.6.0`, you can load files with custom semantic
329+
durations and play looped audio with an intro. The plugin now also cleans up
330+
old sound instances. Following Bevy, [bevy_kira_audio] is now licensed under
331+
dual MIT + Apache 2.0, and the library will no longer crash on systems without
332+
an audio device.
333+
334+
[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
335+
[Bevy]: https://github.com/bevyengine/bevy
336+
[Kira]: https://github.com/tesselode/kira
337+
323338
### [bevy_verlet]
324339

325340
![bevy_verlet](bevy_verlet.gif)

0 commit comments

Comments
 (0)