Browse Source

obs-filters: Change attack/release ms limit to 300 (from 100)

jp9000 8 years ago
parent
commit
be6881abc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/obs-filters/compressor-filter.c

+ 1 - 1
plugins/obs-filters/compressor-filter.c

@@ -42,7 +42,7 @@
 #define MIN_OUTPUT_GAIN_DB              -32.0f
 #define MAX_OUTPUT_GAIN_DB              32.0f
 #define MIN_ATK_RLS_MS                  1
-#define MAX_ATK_RLS_MS                  100
+#define MAX_ATK_RLS_MS                  300
 #define DEFAULT_AUDIO_BUF_MS            10
 
 #define MS_IN_S                         1000