Throwing binary data directly into your ear is super fun!

https://media.s.chars.jp/port/4fa32f73-c194-48e6-8cdb-2707649f03ff.flac

Throwing binary data directly into your ear is super fun!

Some time ago, me and @Esche@chaos.social had some fun with aplaying some random files we had lying around our computers. In general, aplay -f cd some-random-file can give you some noisy results ;)

Here are some examples. Included are: /bin/ls, /bin/lsd, /lib/libc.so.6 and an image I made in blender. All of these files are very noisy, usually close to white noise but they sometimes feature a very "digital sound" i.e. randomly pitched square waves (at least it sounds like that to my ears). I also noticed how ls is way shorter than lsd.

@harshnoise@sh.itjust.works #harshnoise #linux #alsa

4 points · 2 comments · view on lemmy.world

2 Comments

Thelie@sh.itjust.works · 2 pts · 1y

It seems like Lemmy doesn't handle having multiple files in one post too well. If you want to see/hear the rest you'll sadly have to click through to the original post at port.mk…

Thelie@port.mk · 1 pts · 1y

In general, I'd say running:
for file in /bin/*
do
aplay -f cd $file
done

is a nice way to spend your evening. My favorite so far was blender ;)

@harshnoise@sh.itjust.works