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

This commit is contained in:
jp9000
2017-02-27 08:02:20 -08:00
parent e294d546b6
commit be6881abc8

View File

@@ -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