mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
better plugin configs (add backend path)
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ class WebSocketAudioPlayer {
|
||||
const liveEdge = buffered.end(buffered.length - 1);
|
||||
const lag = liveEdge - this.audio.currentTime;
|
||||
|
||||
if (lag > .9) this.audio.currentTime = liveEdge - 0.15; // snap to near live edge
|
||||
if (lag > .9) this.audio.currentTime = liveEdge - 0.2; // snap to near live edge
|
||||
}
|
||||
|
||||
Start() {
|
||||
|
||||
Reference in New Issue
Block a user