The Sound of Data - Piping data into an audio player in Linux. The sounds are way cooler than loading non-audio files into trackers I used to do.
![]() |
![]() |
The Sound of Data - Piping data into an audio player in Linux. The sounds are way cooler than loading non-audio files into trackers I used to do.
Or you can skip the player and pipe it straight to your dsp, like so:
cat /dev/urandom > /dev/dsp
or if you wanna know what your mouse sounds like, you can try /dev/psaux, or wherever your mouse is (/dev/input/mouse0 here). Keep those fingers on ctrl+c :^)