Displaying 1 result from an estimated 1 matches for "01_title_goes_here".
2002 Jul 31
1
Re: [paranoia] live albums
...catenate all the extracted wav files and then to encode
> it as a single ogg?
You can't cat wav files together. But you can tell cdparanoia to rip
the whole CD into a single wav file.
Or you could rip each track as a separate ogg, give them filenames that
are easily sort-able (e.g., "01_Title_Goes_Here.ogg"), and then play
them with something like "ogg123 *.ogg". This will give you gapless
playback, and at least in theory you can use SIGINT (^C) to skip to
the next track -- or, of course, you could just play individual oggs.
Finally, you could rip each track as a separate wav/ogg...