From def049ab4bdec3a7a05b5da24b7ed6cc3d07f7c8 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 20 Jun 2021 11:34:50 +0545 Subject: [PATCH] filters --- src/utils/AudioFilters.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/AudioFilters.ts b/src/utils/AudioFilters.ts index 55f8a3b..9ea4d75 100644 --- a/src/utils/AudioFilters.ts +++ b/src/utils/AudioFilters.ts @@ -12,7 +12,8 @@ import { FiltersName } from "../types/types"; * @property {String} vibrato The vibrato filter * @property {String} reverse The reverse filter * @property {String} treble The treble filter - * @property {String} normalizer The normalizer filter + * @property {String} normalizer The normalizer filter (dynamic audio normalizer based) + * @property {String} normalizer2 The normalizer filter (audio compressor based) * @property {String} surrounding The surrounding filter * @property {String} pulsator The pulsator filter * @property {String} subboost The subboost filter