Results 1 to 1 of 1
Since everything in LInux is a file, I am sure it is possible to record from sound card using
cat /dev/dsp > /myfile
and then play it back using cat ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-16-2003 #1Just Joined!
- Join Date
- Sep 2003
- Posts
- 12
Recordng From Sound Card.....
Since everything in LInux is a file, I am sure it is possible to record from sound card using
cat /dev/dsp > /myfile
and then play it back using cat /myfile > /dev/dsp
I tried recording from Microphone and CD but I guess something goes wrong and when I play it back I hear nothing but noise.
Did anyone have success using that command in the past???


Reply With Quote
