Y
Hacker News
new
|
ask
|
show
|
jobs
by
makeworld
1833 days ago
cat /dev/urandom | aplay
Still works well on my machine, and I use it all the time to test :)
1 comments
umanwizard
1833 days ago
Ah, neat, but I seem to remember catting it to an actual device node, not to an executable.
link
adamnew123456
1832 days ago
You're thinking of /dev/dsp, which was an OSS thing before the move to ALSA. It still exists on the BSDs AFAIR but has to be emulated on modern Linux:
https://unix.stackexchange.com/questions/103746/why-wont-lin...
link
umanwizard
1832 days ago
Yep, that’s the one!
link