From 1920296440efce649b09da3fcd8852c78f44e826 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 5 Apr 2026 08:23:20 +0200 Subject: [PATCH] alert --- web/js/audio.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/js/audio.js b/web/js/audio.js index f760db7..fa7b843 100644 --- a/web/js/audio.js +++ b/web/js/audio.js @@ -90,6 +90,7 @@ function createStream() { Stream.setVolume($('#volumeSlider').val()); } else { firefox = true; + alert("Your browser does not support MP3 over MSE, meaning we have to use 3LAS which is terrible and gives terrible audio quality. If you want better sound, switch to anything chromium based") const settings = new _3LAS_Settings(); Stream = new _3LAS(null, settings); Stream.Volume = $('#volumeSlider').val();