ffplay just fucking works, but this?

This commit is contained in:
2026-04-02 23:16:28 +02:00
parent 8816ffedd1
commit 9e7ef5d96c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ var Fallback_Settings = /** @class */ (function () {
{ "Mime": "audio/wave", "Name": "wav" }
];
this.MaxVolume = 1.0;
this.AutoCorrectSpeed = true;
this.InitialBufferLength = 1.0;
this.AutoCorrectSpeed = false;
this.InitialBufferLength = 1.0 / 2.5;
}
return Fallback_Settings;
}());