From 58e6c2710e7b5527a60f2cab27097920738f76f8 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 19 Mar 2017 15:30:46 +0000 Subject: [PATCH] new lappy --- home/streamcrap | 15 ++++++++++----- mpv/input.conf | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/home/streamcrap b/home/streamcrap index d39dee5..400b973 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -32,14 +32,19 @@ earphones() { _M_PROCESS="lowpass=8000:p=1,$_M_KILL,$_M_SPEAKERS,alimiter" } -speakers() { - _M_PROCESS="$_M_LEVEL,$_M_SPEAKERS,alimiter=level_in=0.5" -} - if [[ "$_nn" == "spectre" ]]; then - _M_PROCESS="$_M_PRE_EMPH,$_M_COMPRESS_SOFT,$_M_POST_EMPH,alimiter=level_out=0.7071" + _M_PROCESS="$_M_KILL,alimiter=level_out=0.7071" +fi +if [[ "$_nn" == "neobanshee" ]]; then + speakers() { + _M_PROCESS="highpass=311,$_M_KILL,equalizer=1090:o:0.5:-5,equalizer=970:o:1.2:-10,equalizer=4100:o:0.3:-6,alimiter=level_in=2" + } + speakers fi if [[ "$_nn" == "banshee" ]]; then + speakers() { + _M_PROCESS="$_M_LEVEL,$_M_SPEAKERS,alimiter=level_in=0.5" + } speakers fi diff --git a/mpv/input.conf b/mpv/input.conf index 4fbce10..713c832 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -6,9 +6,9 @@ alt+5 set window-scale 2.0 alt+6 set window-scale 2.25 alt+7 set window-scale 3.0 alt+8 set window-scale 4.0 +alt+9 set contrast 12; set brightness -2; set gamma 10 +alt+0 set contrast 0; set brightness 0; set gamma 0 9 add volume -3 / add volume -3 0 add volume 3 * add volume 3 -alt+9 set contrast 0; set brightness 0; set gamma 0 -alt+0 set contrast 12; set brightness -2; set gamma 10