From ee16bb8805859fcd7e2fb7b00c8946666194774b Mon Sep 17 00:00:00 2001 From: Rijnder Wever Date: Mon, 26 Aug 2024 14:06:04 +0200 Subject: [PATCH] docs: correct supported OSes for `pedalboard.io.Audiostream` (#371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think https://github.com/spotify/pedalboard/commit/0ba5f9e278c21a67896b38fcb4b7227c6d6c7912 missed this string 🙂 (Almost skipped over this project as well, until the commit history showed that Linux supported was merged a mere two days ago!) Also took the liberty of downcasing "pedalboard" and putting it in a monospace font, since this is what the rest of the README does. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023864b5..836858d9 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ board = Pedalboard([ ### Running Pedalboard on Live Audio -On macOS or Windows, Pedalboard supports streaming live audio through +`pedalboard` supports streaming live audio through an AudioStream object, allowing for real-time manipulation of audio by adding effects in Python.