From 48a0146e5254d6f068939d93cbb2d74160111ca0 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 20 Dec 2019 06:27:14 -0800 Subject: [PATCH] soften compressor settings for asmr --- home/streamcrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/streamcrap b/home/streamcrap index bc7f11c..fe63126 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -107,7 +107,7 @@ ai() { } asmr() { - _M_PROCESS="acompressor=threshold=0.001:ratio=1.414:attack=300:release=3000:makeup=9:knee=8:mix=0.88,alimiter=level_in=1.414:level_out=0.707" \ + _M_PROCESS="acompressor=threshold=0.001:ratio=1.33:attack=900:release=6000:makeup=6:knee=8:mix=0.9,alimiter" \ yt "$@" --volume=90 --ytdl-format=251/300/best }