|
Send signal to /dev/dsp
Hi!
I was wondering if I could produce a sound using console.
I was considering like a command:
echo "Some logical text here" > /dev/dsp
This would send that text to the soundcard output, right?
Well wrong. It doesn't work for two reasons.
Either the text does not tell the soundcard anything usable to do (or hearable) or it can't be written to soundcard output just that easily.
Thanks for any help on doing that!
Peace!
|