Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Nov 29, 2024
1 parent caeb56a commit 1188f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio-dsp/buffers.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>🌱 audio buffers</h2>
<p>
In the above expression, t is the index of the sample in the list. For now
we'll generate a fixed length buffer of 4 seconds. For our sample rate of
44100 sample per second, this means we are running the calculation 44100*4
44100 samples per second, this means we are running the calculation 44100*4
= 176400 times, so our variable t ranges from 0 to 176400-1.
</p>
<p>Here are some examples to try:</p>
Expand Down

0 comments on commit 1188f54

Please sign in to comment.