Browse Source

Moved sox whitenoise aliases to separate scripts to enable shortcuts.

master
Daniel Sissom 4 years ago
parent
commit
70829e3743
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
2 changed files with 11 additions and 2 deletions
  1. + 2
    - 2
      sh/aliases
  2. + 9
    - 0
      sxhkd/sxhkdrc

+ 2
- 2
sh/aliases

@ -118,8 +118,8 @@ alias pipes='/usr/bin/pipes -t 3 -f 60 -r 8000'
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#alias engage='play -r 44100 -c2 -n synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16'
alias engage='play -c2 -n -t alsa synth whitenoise band -n 100 24 band -n 300 100 gain +20'
alias waves='play -c2 -n -t alsa synth brownnoise mix synth 0 0 0 15 40 80 trapezium amod 0.1 30'
#alias engage='play -c2 -n -t alsa synth whitenoise band -n 100 24 band -n 300 100 gain +20'
#alias waves='play -c2 -n -t alsa synth brownnoise mix synth 0 0 0 15 40 80 trapezium amod 0.1 30'
play_midi() { fluidsynth -a alsa -m alsa_seq -j -g 2 -l -i /usr/share/soundfonts/FluidR3_GM.sf2 "$*"; }
say() { echo "$@" | festival --tts; }

+ 9
- 0
sxhkd/sxhkdrc

@ -292,6 +292,15 @@ XF86AudioMute
#amixer set PCM toggle
#amixer set Speaker toggle
ctrl + XF86AudioPlay
true
ctrl + XF86AudioPrev
togglewaves
ctrl + XF86AudioNext
toggleengage
# take a screenshot
Print
scrot -e 'mv $f ~/Images/Screenshots/.'

Loading…
Cancel
Save