diff --git a/static/skald.js b/static/skald.js index 61a6cf0..182a28a 100644 --- a/static/skald.js +++ b/static/skald.js @@ -265,7 +265,7 @@ function reflectSettings() { /** @type {AudioContext} */ let notificationAudioContext = null; let userNotificationSoundsReady = false; -let notificationSoundGainScale = 2.5; +let notificationSoundGainScale = 7.5; function notificationSoundsEnabled() { return !!getSettings().notificationSounds;