Skip to content

Instantly share code, notes, and snippets.

@lockie
Created October 4, 2021 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lockie/2e83fbb1fa3340e3613a94269ca03354 to your computer and use it in GitHub Desktop.
Save lockie/2e83fbb1fa3340e3613a94269ca03354 to your computer and use it in GitHub Desktop.
OBS compressor max release increase patch
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