I apologize for misleading you, when I was mentioning 'dd', I was implying (vaguely) that I used it for reading cd -images-, i.e. ISO files. Reading audio with dd however, Is an interesting idea but I found that it didn't work. It will read the "data" part of a mixed mode CD but, when it hits the Audio part, it gives: > dd: reading `/dev/cdrom': Input/output error > ####+0 records in > ####+0 records out Now, you _could_ give it the "conv=noerror" option to read audio but then it keeps spewing the forementioned I/O error message. I think dd can be used for a lot of things, of which this may not be one. On Tuesday 26 November 2002 03:35 pm, you wrote: > ... I never thought to try extracting WAVs using > dd. I'm going to try that tonight.... > > ~Jeff