From ffdcf5381f7b4aa4b85c3e2e279e4996b6443024 Mon Sep 17 00:00:00 2001 From: Devonn <167631446+devonspr@users.noreply.github.com> Date: Tue, 28 Apr 2026 23:58:36 +0700 Subject: [PATCH] fix(Bass Boosted): tame excessive bass to avoid breakup and distortion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Reduce harmonics from 8.5 to 5.0 and scope from 80 to 60 Hz - Enable floor-active (20 Hz) to filter subsonics - Decrease EQ gain at 32 Hz (4.0 → 2.5 dB) and 64 Hz (2.0 → 1.5 dB) - Set maximizer threshold to -4.0 dB for additional headroom --- Bass Boosted.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Bass Boosted.json b/Bass Boosted.json index b93c6b3..d49ba3d 100644 --- a/Bass Boosted.json +++ b/Bass Boosted.json @@ -1,14 +1,14 @@ { "output": { "bass_enhancer": { - "amount": 5.0, + "amount": 3.5, "blend": 0.0, "floor": 20.0, - "floor-active": false, - "harmonics": 8.5, + "floor-active": true, + "harmonics": 5.0, "input-gain": 0.0, "output-gain": 0.0, - "scope": 80.0 + "scope": 60.0 }, "blocklist": [], "convolver": { @@ -28,7 +28,7 @@ "left": { "band0": { "frequency": 32.0, - "gain": 4.0, + "gain": 2.5, "mode": "RLC (BT)", "mute": false, "q": 1.504760237537245, @@ -38,7 +38,7 @@ }, "band1": { "frequency": 64.0, - "gain": 2.0, + "gain": 1.5, "mode": "RLC (BT)", "mute": false, "q": 1.5047602375372453, @@ -133,7 +133,7 @@ "right": { "band0": { "frequency": 32.0, - "gain": 4.0, + "gain": 2.5, "mode": "RLC (BT)", "mute": false, "q": 1.504760237537245, @@ -143,7 +143,7 @@ }, "band1": { "frequency": 64.0, - "gain": 2.0, + "gain": 1.5, "mode": "RLC (BT)", "mute": false, "q": 1.5047602375372453, @@ -237,7 +237,7 @@ "maximizer": { "ceiling": 0.0, "release": 3.149999999999997, - "threshold": -3.0000000000000013 + "threshold": -4.0 }, "plugins_order": [ "equalizer",