change some 3las stuff

This commit is contained in:
2026-04-02 23:14:07 +02:00
parent 7a44fb4215
commit 8816ffedd1
+2 -2
View File
@@ -9,8 +9,8 @@ var Fallback_Settings = /** @class */ (function () {
{ "Mime": "audio/wave", "Name": "wav" } { "Mime": "audio/wave", "Name": "wav" }
]; ];
this.MaxVolume = 1.0; this.MaxVolume = 1.0;
this.AutoCorrectSpeed = false; this.AutoCorrectSpeed = true;
this.InitialBufferLength = 1.0 / 3.0; this.InitialBufferLength = 1.0;
} }
return Fallback_Settings; return Fallback_Settings;
}()); }());