diff --git a/src/core/audio/AudioHandler.jsx b/src/core/audio/AudioHandler.jsx index 0e96860..fba9cd2 100644 --- a/src/core/audio/AudioHandler.jsx +++ b/src/core/audio/AudioHandler.jsx @@ -177,7 +177,7 @@ export function playTabModelSonification(pannerVal, frequencyVal, endReached) { offCooldown = true; synth.disconnect(); loop.stop(); - }, 500); + }, 900); } } @@ -231,6 +231,6 @@ export function playDetailModelSonification(textDensity, linkDensity) { synth.disconnect(); reverbSynth.disconnect(); Tone.Transport.stop(); - }, 500); + }, 900); } }