Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e337857

Browse filesBrowse files
msiglreith17cupsofcoffeeozkriff
authored
N14: audir 0.1.0 (rust-gamedev#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
Copy full SHA for e337857

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed

‎content/posts/newsletter-014/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-014/index.md
+16Lines changed: 16 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.