Skip to content

Commit

Permalink
name it
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Nov 30, 2024
1 parent 0c635e9 commit 9c8f19e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio-dsp/worklets.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ <h2>🌱 audio worklets</h2>
In the <a href="/audio-dsp/buffers.html">last post</a>, we've been filling
fixed length audio buffers. While this is very simple to implement, it's a
bit annoying when the audio is always stopping. To calculate samples
infinitely, we can use an AudioWorklet
infinitely, we can use an AudioWorklet. Now we've arrived at a typical
bytebeat/floatbeat editor:
</p>
<div>
<small>💡 hit ctrl+enter to update the code.</small>
Expand Down

0 comments on commit 9c8f19e

Please sign in to comment.