From 880f2e0ef06376588e970f0b5d38f8057edd9d45 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Tue, 1 Dec 2020 23:00:55 -0500 Subject: [PATCH 1/2] N16: Kira --- content/posts/newsletter-016/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index f83eadf6c..0b3a7ee31 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -67,6 +67,22 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [Kira] + +[Kira] by [@tesselode] is an audio library designed to help create expressive +audio for games. It aims to fill the holes in many game engines' built-in audio +APIs with features for creating seamless music loops and scripting audio events. + +v0.2.0 is coming out soon with an Arrangements feature for creating complex pieces +out of individual sounds, tween easing, panning support, and workflow improvements. + +[Kira]: https://github.com/tesselode/kira +[@tesselode]: https://twitter.com/tesselode + +_Discussions: +[/r/rust](https://www.reddit.com/r/rust/comments/jxd9zz/announcing_kira_dynamic_audio_library_for_games/), +[twitter](https://twitter.com/tesselode/status/1329559760111357954)_ + ## Popular Workgroup Issues in Github From b8cda3e8de771b455036b0fc024623ca86d48777 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Tue, 1 Dec 2020 23:02:38 -0500 Subject: [PATCH 2/2] remove www --- content/posts/newsletter-016/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 0b3a7ee31..5059f9f65 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -80,7 +80,7 @@ out of individual sounds, tween easing, panning support, and workflow improvemen [@tesselode]: https://twitter.com/tesselode _Discussions: -[/r/rust](https://www.reddit.com/r/rust/comments/jxd9zz/announcing_kira_dynamic_audio_library_for_games/), +[/r/rust](https://reddit.com/r/rust/comments/jxd9zz/announcing_kira_dynamic_audio_library_for_games/), [twitter](https://twitter.com/tesselode/status/1329559760111357954)_ ## Popular Workgroup Issues in Github