Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Last active June 25, 2023 08:48
Show Gist options
  • Save kristopherjohnson/9f7e3fe61e595ad7cedc to your computer and use it in GitHub Desktop.
Save kristopherjohnson/9f7e3fe61e595ad7cedc to your computer and use it in GitHub Desktop.
Generate Brown Noise, White Noise, or Pink Noise using SoX (http://sox.sourceforge.net)
# Requires SoX
#
# On OS X, using Homebrew: brew install sox
alias brownnoise='play -c 2 -n synth brownnoise'
alias whitenoise='play -c 2 -n synth whitenoise'
alias pinknoise='play -c 2 -n synth pinknoise'
@jfarid27
Copy link

🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment