builds godot
update patch (?)
bendn 2023-04-10
parent 7c7f9ed · commit e88737f
-rw-r--r--patches/fix_buffer_underrun.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/patches/fix_buffer_underrun.patch b/patches/fix_buffer_underrun.patch
index 4cddcbf..b429e09 100644
--- a/patches/fix_buffer_underrun.patch
+++ b/patches/fix_buffer_underrun.patch
@@ -1,6 +1,6 @@
-From 5d10dc5da2508530a38c66d4aa1ec234327a3b34 Mon Sep 17 00:00:00 2001
+From ff6378a52bc81692d4f3552fbbe5ad628ef1ab20 Mon Sep 17 00:00:00 2001
From: Ellen Poe <[email protected]>
-Date: Sun, 12 Feb 2023 07:34:55 -0800
+Date: Mon, 10 Apr 2023 13:38:10 +0700
Subject: [PATCH] Fix AudioStreamGenerator stopping playback after a buffer
underrun
@@ -21,3 +21,4 @@ index 0344bf322d68..5e71d7af0550 100644
// We know we have at least the size of our lookahead buffer for fade-out purposes.
float fadeout_base = 0.94;
+