diff --git a/input-selection-4.html b/input-selection-4.html index 6a99fc7..7598ab8 100644 --- a/input-selection-4.html +++ b/input-selection-4.html @@ -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())