Post #3831582
2026-07-14 17:09 UTC
@jackemled@furry.engineer Quite understandable, given that yesterday, I was listening audio from an ASCII text file containing the samples lines with 0–65535 decimal numbers in.
Replies (2)
-
@jackemled@furry.engineer 2026-07-14 19:02
@diffie@mk.absturztau.be I think you accidentally commented on the wrong post💔
-
@diffie@mk.absturztau.be 2026-07-14 17:10
@jackemled@furry.engineer perl -ne 'print pack "v", $_' sound.asc | aplay -fcd, if you're curious.