1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

use alimiter and stuff

This commit is contained in:
Connor Olding 2015-12-18 18:59:30 -08:00
parent a02e122633
commit 38fc067e4d

View File

@ -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() {