On Fri, Nov 04, 2005 at 10:44:52AM -0800, doublehelixer@xxxxxxxxx wrote: > I'm looking at encoding over 6000 individual sounds, > so I'm really hoping for a linux util that will be > easily scriptable. Following up on the suggestion I made in an earlier post, from the cdda2wav manual page it appears there are two options: one to start extracting from a specified index and another to list all the indices on the CD. I haven't looked at all the cdda2wav options in detail, but you may need to use the listing to obtain offsets into the track and write a script to read the data between consecutive indices based on these values.