Skip to content

Commit e337857

Browse files
msiglreith17cupsofcoffeeozkriff
authored
N14: audir 0.1.0 (#286)
* N14: Add audir 0.1.0 section * Update content/posts/newsletter-014/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> * n14: audir fix line length * N14: audir: Tiny style tweaks Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent d183ab8 commit e337857

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-014/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,22 @@ _Discussions:
195195
[slab]: https://crates.io/crates/slab
196196
[ABA Problem]: https://en.wikipedia.org/wiki/ABA_problem
197197

198+
### [audir]
199+
200+
[audir] is a low level audio library supporting Windows (WASAPI), Linux (Pulse)
201+
and Android (OpenSLES & AAudio).
202+
203+
It aims at provide a minimal and mostly unsafe but feature-rich API on top of
204+
common audio backends with focus on gaming applications. The initial release
205+
version 0.1.0 provides basic recording and playback support for all available
206+
backends, including a small music player example!
207+
208+
Currently looking into coupling with [dasp] for dsp audio graphs to provide
209+
a higher level entry point.
210+
211+
[audir]: https://github.com/norse-rs/audir
212+
[dasp]: https://github.com/RustAudio/dasp
213+
198214
### [Crevice]
199215

200216
[Crevice] is a library that helps define GLSL-compatible (std140) structs for

0 commit comments

Comments
 (0)