From d9e24804aceaeee47eeb7cf37d0931860af9a1a9 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Fri, 8 Apr 2022 14:04:08 -0400 Subject: [PATCH] N32: Kira v0.6.0 --- content/news/032/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/news/032/index.md b/content/news/032/index.md index 468b64945..e4d5e9724 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -298,6 +298,25 @@ A full list of a the changes are available in the [changelog][gd-changelog]. [gd-discord]: https://discord.com/invite/FNudpBD [gd-twitter]: https://twitter.com/GodotRust +### [kira v0.6.0](https://github.com/tesselode/kira) + +[Kira] by [@tesselode] is a backend-agnostic library to create expressive audio +for games. It provides parameters for smoothly adjusting properties of sounds, a +flexible mixer for applying effects to audio, and a clock system for precisely +timing audio events. + +v0.6.0 is a complete rewrite with a more elegant API, support for streaming sounds, +swappable backends, and more flexible mixer routing. See the full [changelog] for +more details. + +_Discussions: [/r/rust], [twitter]_ + +[Kira]: https://github.com/tesselode/kira +[@tesselode]: https://twitter.com/tesselode +[changelog]: https://github.com/tesselode/kira/releases/tag/v0.6.0 +[/r/rust]: https://www.reddit.com/r/rust/comments/t984ss/kira_game_audio_library_v060_complete_rewrite +[twitter]: https://twitter.com/tesselode/status/1501213862988849152 + ## Popular Workgroup Issues in Github