On Wednesday 05 November 2008 15:28, IPS Khurana wrote:
How do you record *audio* from a tape *cassette* to the computer, and finally, to a *CD* recordable disc?
You connect the line out of your cassette player to the line in of your pc audio card. Then arecord -d xx -f cd -t wav -D device copy foobar.wav where xx is the duration of recording in secs and device is the input device selected by alsamixer or as set in ~/.asoundrc. usually -D /dev/dsp0 is what you use. The file will be a cd quality wav file. man arecord will give you details You may also use krec or vlc or any number of other tools to capture, transcode and compress. Your casette player has to be of a very high quality cause the wow and flutter components are horribly audible in a digital recording.