From 857c4ff4f86b8d59fccf84b59ae7bff0fc8c50b8 Mon Sep 17 00:00:00 2001 From: msiglreith Date: Fri, 2 Oct 2020 19:07:54 +0200 Subject: [PATCH 1/4] N14: Add audir 0.1.0 section --- content/posts/newsletter-014/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index b13fd591e..15f090314 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -66,6 +66,18 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [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 + ## Popular Workgroup Issues in Github ## Requests for Contribution From 2b8011a43cbda5201b05195223b29b912930fa2c Mon Sep 17 00:00:00 2001 From: msiglreith Date: Sat, 3 Oct 2020 11:53:02 +0200 Subject: [PATCH 2/4] Update content/posts/newsletter-014/index.md Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> --- content/posts/newsletter-014/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index 15f090314..9a406c5bf 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -71,7 +71,7 @@ If needed, a section can be split into subsections with a "------" delimiter. `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! +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. From f310c5b99d0655e89576d7137583c24e698c057d Mon Sep 17 00:00:00 2001 From: msiglreith Date: Sat, 3 Oct 2020 11:54:50 +0200 Subject: [PATCH 3/4] n14: audir fix line length --- content/posts/newsletter-014/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index 9a406c5bf..863ff8e54 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -68,12 +68,16 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [audir] -`audir` is a low level audio library supporting Windows (WASAPI), Linux (Pulse) and Android (OpenSLES & AAudio). +`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! +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. +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 From 2d884fff65ccfa86d5b89b03a6c2ff550bd735c7 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sun, 4 Oct 2020 19:06:53 +0300 Subject: [PATCH 4/4] N14: audir: Tiny style tweaks --- content/posts/newsletter-014/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index 863ff8e54..eeeee6fd5 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -68,12 +68,12 @@ If needed, a section can be split into subsections with a "------" delimiter. ### [audir] -`audir` is a low level audio library supporting Windows (WASAPI), Linux (Pulse) +[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 +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