Since people seem to like this I worked out how to play the album, on linux with ffmpeg and pulseaudio at least:
ffmpeg -t 30:00 -f u16be -i /dev/urandom -filter:a "volume=0.2" -b:a 1k -f mp3 - | ffmpeg -f mp3 -i - -f wav - | aplay
@goo shorter and no aplay dep:
ffmpeg -t 30:00 -f u16be -i /dev/urandom -filter:a "volume=0.2" -b:a 1k -f mp3 - | ffplay -
lol
@makeworld oh yeah, that's much better, nice
@goo thanks lol. I spent too long trying to make make it change pitch over time as well. I almost got there but this is just too much lol
@makeworld @goo I prefer my noise pink:
play -n synth pinknoise gain -3
Of course I have a shell script that creates a whole hour of glorious stereo pink noise (it's like being under a waterfall) and the cover art too:
https://scruss.com/blog/2021/05/23/an-hour-of-pink-noise/
I mean, who wouldn't? :)
@goo The ultimate modular synth is simply the commandline. In this essay...