From e540d1561c049dcfcd32dc40371fd07fb3e92dea Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Thu, 23 Jul 2020 14:08:48 -0500 Subject: [PATCH] Added alias for beach waves whitenoise. --- sh/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/aliases b/sh/aliases index 0aba24c..7d18131 100644 --- a/sh/aliases +++ b/sh/aliases @@ -119,6 +119,7 @@ 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' play_midi() { fluidsynth -a alsa -m alsa_seq -j -g 2 -l -i /usr/share/soundfonts/FluidR3_GM.sf2 "$*"; } say() { echo "$@" | festival --tts; }