Created
October 4, 2021 06:08
-
-
Save lockie/2e83fbb1fa3340e3613a94269ca03354 to your computer and use it in GitHub Desktop.
OBS compressor max release increase patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plugins/obs-filters/compressor-filter.c b/plugins/obs-filters/compressor-filter.c | |
index 1808bd7..7bd617c 100644 | |
--- a/plugins/obs-filters/compressor-filter.c | |
+++ b/plugins/obs-filters/compressor-filter.c | |
@@ -49,7 +49,7 @@ | |
#define MIN_OUTPUT_GAIN_DB -32.0 | |
#define MAX_OUTPUT_GAIN_DB 32.0 | |
#define MIN_ATK_RLS_MS 1 | |
-#define MAX_RLS_MS 1000 | |
+#define MAX_RLS_MS 20000 | |
#define MAX_ATK_MS 500 | |
#define DEFAULT_AUDIO_BUF_MS 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment