diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index eb479479a..e65c2b660 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -195,6 +195,22 @@ _Discussions: [slab]: https://crates.io/crates/slab [ABA Problem]: https://en.wikipedia.org/wiki/ABA_problem +### [audir] + +[audir] is a low level audio library supporting Windows (WASAPI), Linux (Pulse) +and Android (OpenSLES & AAudio). + +It aims at provide a minimal and mostly unsafe but feature-rich API on top of +common audio backends with focus on gaming applications. The initial release +version 0.1.0 provides basic recording and playback support for all available +backends, including a small music player example! + +Currently looking into coupling with [dasp] for dsp audio graphs to provide +a higher level entry point. + +[audir]: https://github.com/norse-rs/audir +[dasp]: https://github.com/RustAudio/dasp + ### [Crevice] [Crevice] is a library that helps define GLSL-compatible (std140) structs for