Skip to content

Commit

Permalink
update samplerate
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Jun 15, 2023
1 parent 779418b commit 1785280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input-selection-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

let banjoBuffer;
const URL = 'banjo_haptic.mp3';
const context = new AudioContext({'sampleRate': 3000});
const context = new AudioContext({'sampleRate': 8000});

window.fetch(URL)
.then(response => response.arrayBuffer())
Expand Down

0 comments on commit 1785280

Please sign in to comment.