Created
May 20, 2025 10:23
-
-
Save hctilg/4299761e2e33294d5de68162f69d356b to your computer and use it in GitHub Desktop.
Play whitenoise on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Requirement: sox | |
# For Example : `sudo pacman -S sox` | |
while true; do | |
play -n synth 3600 whitenoise | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment