On Wed, Aug 11, 2004 at 01:24:35AM +0100, Wayne Stallwood wrote:
<snip/>
Any ideas, or perhaps a quick how to burn a 160kps mp3 to audio cd using only the command line so I can at least drop cdrecord into verbose mode.
I'd be tempted to try... mpg321 --cdr tracknumber.wav blah.mp3 then when you've done all the tracks... cdrecord -v dev=0,0,0 track01.wav track02.wav ... trackmn.wav
(obviously, set dev to something that is your cd writer ;)
and see what you get.