From 8816ffedd173df90c3f456bdbed726cbe8a6c428 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Thu, 2 Apr 2026 23:14:07 +0200 Subject: [PATCH] change some 3las stuff --- web/js/3las/fallback/3las.fallback.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/js/3las/fallback/3las.fallback.js b/web/js/3las/fallback/3las.fallback.js index 81d123d..311c350 100644 --- a/web/js/3las/fallback/3las.fallback.js +++ b/web/js/3las/fallback/3las.fallback.js @@ -9,8 +9,8 @@ var Fallback_Settings = /** @class */ (function () { { "Mime": "audio/wave", "Name": "wav" } ]; this.MaxVolume = 1.0; - this.AutoCorrectSpeed = false; - this.InitialBufferLength = 1.0 / 3.0; + this.AutoCorrectSpeed = true; + this.InitialBufferLength = 1.0; } return Fallback_Settings; }());