#!/bin/sh
|
|
|
|
# sounds like the enterprise, using SoX (apt-get install sox)
|
|
# via mastodon: https://octodon.social/@craigmaloney/101059808022200073
|
|
|
|
play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +25 fade h 1 864000 1
|