From 1785280286616097056a4b3bff8e722348f56cd1 Mon Sep 17 00:00:00 2001 From: Rik Cabanier Date: Thu, 15 Jun 2023 12:25:31 +0000 Subject: [PATCH] update samplerate --- input-selection-4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())