Skip to content

Instantly share code, notes, and snippets.

@hctilg
Created May 20, 2025 10:23
Show Gist options
  • Save hctilg/4299761e2e33294d5de68162f69d356b to your computer and use it in GitHub Desktop.
Save hctilg/4299761e2e33294d5de68162f69d356b to your computer and use it in GitHub Desktop.
Play whitenoise on Linux
#!/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