From c7cf01a31715fdedb7bb64165c9c5d36cedf088c Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 5 Apr 2026 08:20:59 +0200 Subject: [PATCH] oh how much did i MISS 3las, i surely LOVE firefox and its compatiblity (might as well switch to fucking ie) --- views/index.ejs | 10 +- web/js/3las/3las.js | 181 ++++++++++ web/js/3las/fallback/3las.fallback.js | 167 +++++++++ web/js/3las/fallback/3las.formatreader.js | 193 +++++++++++ web/js/3las/fallback/3las.liveaudioplayer.js | 146 ++++++++ .../formats/3las.formatreader.mpeg.js | 319 ++++++++++++++++++ .../fallback/formats/3las.formatreader.wav.js | 222 ++++++++++++ .../util/3las.helpers.js} | 69 ++-- web/js/3las/util/3las.logging.js | 26 ++ web/js/3las/util/3las.websocketclient.js | 83 +++++ web/js/audio.js | 50 ++- 11 files changed, 1430 insertions(+), 36 deletions(-) create mode 100644 web/js/3las/3las.js create mode 100644 web/js/3las/fallback/3las.fallback.js create mode 100644 web/js/3las/fallback/3las.formatreader.js create mode 100644 web/js/3las/fallback/3las.liveaudioplayer.js create mode 100644 web/js/3las/fallback/formats/3las.formatreader.mpeg.js create mode 100644 web/js/3las/fallback/formats/3las.formatreader.wav.js rename web/js/{3las_helper.js => 3las/util/3las.helpers.js} (83%) create mode 100644 web/js/3las/util/3las.logging.js create mode 100644 web/js/3las/util/3las.websocketclient.js diff --git a/views/index.ejs b/views/index.ejs index 40e93cb..ae40f37 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -21,8 +21,16 @@ + + + + + + + + + -