File tree 1 file changed +16
-0
lines changed
content/posts/newsletter-014
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,22 @@ _Discussions:
195
195
[ slab ] : https://crates.io/crates/slab
196
196
[ ABA Problem ] : https://en.wikipedia.org/wiki/ABA_problem
197
197
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
+
198
214
### [ Crevice]
199
215
200
216
[ Crevice] is a library that helps define GLSL-compatible (std140) structs for
You can’t perform that action at this time.
0 commit comments