From 38fc067e4dbb085853c326f02eaf6ba28f3fcc19 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 18 Dec 2015 18:59:30 -0800 Subject: [PATCH] use alimiter and stuff --- home/streamcrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/streamcrap b/home/streamcrap index 9f61632..ecfeaa0 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -22,7 +22,7 @@ getladspa() { getladspa crap_eq_const_T420 _M_SPEAKERS="$REPLY" -getladspa level +getladspa crap_level _M_LEVEL="$REPLY" if [[ "$(uname -n)" == "spectre" ]]; then @@ -30,7 +30,7 @@ if [[ "$(uname -n)" == "spectre" ]]; then MPV_STREAM_FLAGS+=" --af=lavfi=[$_M_KILL,$_M_LIMIT]" fi if [[ "$(uname -n)" == "banshee" ]]; then - MPV_STREAM_FLAGS+=" --af=lavfi=[$_M_KILL,$_M_SPEAKERS,$_M_LIMIT]" + MPV_STREAM_FLAGS+=" --af=lavfi=[$_M_STEREO,$_M_LEVEL,$_M_SPEAKERS,alimiter=level_in=0.5]" fi watchstream() {