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

new lappy

This commit is contained in:
Connor Olding 2017-03-19 15:30:46 +00:00
parent ec7a8dd771
commit 58e6c2710e
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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