Skip to content

Commit

Permalink
docs: bump pitchy to v4 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Feb 18, 2022
1 parent 667e7f0 commit 7fe5baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>Pitchy example</h1>
<pre><code id="code-display" aria-label="Pitchy usage code"></code></pre>

<script id="code" type="module">
import { PitchDetector } from "https://esm.sh/pitchy@3";
import { PitchDetector } from "https://esm.sh/pitchy@4";

function updatePitch(analyserNode, detector, input, sampleRate) {
analyserNode.getFloatTimeDomainData(input);
Expand Down

0 comments on commit 7fe5baf

Please sign in to comment.