Skip to content

Commit

Permalink
docs: correct supported OSes for pedalboard.io.Audiostream (#371)
Browse files Browse the repository at this point in the history
I think 0ba5f9e 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.
  • Loading branch information
rien333 authored Aug 26, 2024
1 parent 76651ea commit ee16bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<a href="https://spotify.github.io/pedalboard/reference/pedalboard.io.html#pedalboard.io.AudioStream">
an <code class="docutils literal"><span class="pre">AudioStream</span></code> object</a>,
allowing for real-time manipulation of audio by adding effects in Python.
Expand Down

0 comments on commit ee16bb8

Please sign in to comment.