in reply to RE: MP3 to CD Audio
in thread MP3 to CD Audio

I think that you could be right, but I don't think that someone would submit code with that type of error so there must be something that I am missing also. When I decode MP3s and encode them to cd audio, I always use mpg123 to rip the MP3 to standard out and then use sox to encode the raw data to a cdr format.

Replies are listed 'Best First'.
Re: RE: RE: MP3 to CD Audio
by Anonymous Monk on Feb 16, 2001 at 20:15 UTC
    This piece of code is correct. mpg123 writes the wavs in correct order. cdrecord does swap them afterwards. this works just great. C-Keen