From 5264b1a037d0e1a67745fc60b91f85e81fe013a3 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 12 Apr 2022 04:13:11 -0700 Subject: [PATCH] refine laptop audio compressor --- sh/streamcrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/streamcrap b/sh/streamcrap index b2440d6..d7dcd14 100644 --- a/sh/streamcrap +++ b/sh/streamcrap @@ -45,8 +45,9 @@ _M_KILL="$_M_PRE_EMPH,$_M_COMPRESS,$_M_POST_EMPH" _M_PRE_EMPH2="lowshelf=f=100:g=-20:t=o:w=3.0,equalizer=f=1400:g=4:t=o:w=2.5,highshelf=f=5000:g=-8:t=o:w=2.0" _M_POST_EMPH2="lowshelf=f=100:g=20:t=o:w=3.0,equalizer=f=1400:g=-4:t=o:w=2.5,highshelf=f=5000:g=8:t=o:w=2.0" -_M_COMPRESS2="acompressor=threshold=0.001:ratio=5:attack=10:release=330:makeup=15.0:knee=8:mix=0.4988" -_M_COMPRESS3="acompressor=threshold=0.316:ratio=20:attack=0.1:release=80:makeup=2.0:knee=2:mix=0.9369:detection=peak" +_M_COMPRESS2="acompressor=threshold=0.00316:ratio=5:attack=30:release=600:makeup=16:knee=8:mix=0.4988" +_M_COMPRESS3="acompressor=threshold=0.316:ratio=20:attack=2:release=100:makeup=1.6:knee=2:mix=0.9369:detection=peak" + _M_KILL2="$_M_PRE_EMPH2,$_M_COMPRESS2,$_M_COMPRESS3,$_M_POST_EMPH2" _M_MULTI="volume=10,mcompand=0.256\,2.56 9 -90/-90\,-44/-44\,0/-26.4\,20/0 80 0 -44 0 | 0.128\,1.28 9 -90/-90\,-36/-36\,0/-18\,20/0 160 0 -36 0 | 0.064\,0.64 9 -90/-90\,-37/-37\,0/-18.5\,20/0 320 0 -37 0 | 0.032\,0.32 9 -90/-90\,-38/-38\,0/-19\,20/0 640 0 -38 0 | 0.016\,0.16 9 -90/-90\,-40/-40\,0/-20\,20/0 1280 0 -40 0 | 0.008\,0.08 9 -90/-90\,-41/-41\,0/-20.5\,20/0 2560 0 -41 0 | 0.004\,0.04 9 -90/-90\,-44/-44\,0/-22\,20/0 5120 0 -44 0 | 0.002\,0.02 9 -90/-90\,-52/-52\,0/-26\,20/0 10240 0 -52 0 | 0.001\,0.01 9 -90/-90\,-60/-60\,0/-36\,20/0 20480 0 -60 0"