Skip to content

Commit 276bb00

Browse files
authored
N17: Kira (#428)
1 parent 781833e commit 276bb00

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/posts/newsletter-017/index.md

+24
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,30 @@ _Discussions:
297297

298298
## Library & Tooling Updates
299299

300+
### [Kira]
301+
302+
[Kira] by [@tesselode] is an audio library designed to help create expressive
303+
audio for games. It aims to fill the holes in many game engines' built-in audio
304+
APIs with features for creating seamless music loops and scripting audio events.
305+
306+
Kira v0.2.0 and v0.3.0 were released recently with quite a few improvements:
307+
308+
- Arrangements for stitching together multiple sounds and better seamless looping
309+
- Per-sequence custom event types
310+
- Groups for controlling multiple instances at a time
311+
- Audio streams for sending arbitrary audio data to the mixer
312+
- Lots of smaller features and workflow improvements
313+
314+
Kira v0.4.0 is in the works with an API refactor, serde support for config
315+
structs, and WASM support.
316+
317+
[Kira]: https://github.com/tesselode/kira
318+
[@tesselode]: https://twitter.com/tesselode
319+
320+
_Discussions:
321+
[/r/rust](https://www.reddit.com/r/rust/comments/kkf1jz/kira_game_audio_library_v030_persequence_custom/),
322+
[Twitter](https://twitter.com/tesselode/status/1342878087990685700)_
323+
300324
### [Egui]
301325

302326
![Egui emojis](egui.gif)

0 commit comments

Comments
 (0)