Skip to content

Commit

Permalink
fix: 44100 is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Mar 10, 2023
1 parent bb1d808 commit d50a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/practice/experiments/amy/amy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function setupAudio(fn) {
return
}
audioCtx = new AudioContext({
sampleRate: 48000
sampleRate: 44100
});
source = audioCtx.createBufferSource();
scriptNode = audioCtx.createScriptProcessor(256, 0, 1);
Expand Down

0 comments on commit d50a733

Please sign in to comment.