Creating audio CD using Cue/Bin
Posted: 01 Nov 2023, 11:36
I did not create an audio CD in many years, I used to be quite proficient in doing it, but it seems the info I stored about the process is lacking some intermediate parts.
As far as I can remember, it is the best to create a Cue/Bin combination out of the *wav files and burn that to a CD, since this way one could easily burn a CD with 10x speed and the resulting audio quality is very good.
I think DAO is the correct writing mode.
But I do not recall which program I did use to create the Cue/Bin file combo out of the wav files (or for my current example: the single wav file)
And I prefer a command line solution.
cdrecord could have been one of the programs for burning.
man mkisofs only speaks of DVDs when it comes to audio, CDDA is not to be found (when searching for uppercase CDDA)
But most likely, cdrdao could have been the program I used:
man cdrdao
Anyone still writing audio-CDs who can give me some pointers on how to create the Cue/Bin from wav file or wav files?
And no, no audio CD source exists, I do not want to copy an audio CD but want to create an audio CD from a wav file that got edited / created on the PC.
As far as I can remember, it is the best to create a Cue/Bin combination out of the *wav files and burn that to a CD, since this way one could easily burn a CD with 10x speed and the resulting audio quality is very good.
I think DAO is the correct writing mode.
But I do not recall which program I did use to create the Cue/Bin file combo out of the wav files (or for my current example: the single wav file)
And I prefer a command line solution.
cdrecord could have been one of the programs for burning.
man mkisofs only speaks of DVDs when it comes to audio, CDDA is not to be found (when searching for uppercase CDDA)
But most likely, cdrdao could have been the program I used:
man cdrdao
Code: Select all
CDRDAO(1) General Commands Manual CDRDAO(1)
NAME
cdrdao - reads and writes CDs in disc-at-once mode
And no, no audio CD source exists, I do not want to copy an audio CD but want to create an audio CD from a wav file that got edited / created on the PC.