1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 06:49:03 -08: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 getladspa crap_eq_const_T420
_M_SPEAKERS="$REPLY" _M_SPEAKERS="$REPLY"
getladspa level getladspa crap_level
_M_LEVEL="$REPLY" _M_LEVEL="$REPLY"
if [[ "$(uname -n)" == "spectre" ]]; then if [[ "$(uname -n)" == "spectre" ]]; then
@ -30,7 +30,7 @@ if [[ "$(uname -n)" == "spectre" ]]; then
MPV_STREAM_FLAGS+=" --af=lavfi=[$_M_KILL,$_M_LIMIT]" MPV_STREAM_FLAGS+=" --af=lavfi=[$_M_KILL,$_M_LIMIT]"
fi fi
if [[ "$(uname -n)" == "banshee" ]]; then 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 fi
watchstream() { watchstream() {