★ FAQ ★ Sound relatedThe CD-DA data to be passed to the VCD etc. should be anything as long as the PCM data of 44.1KHz 16bit Stereo is arranged as shown below.
+0 +1 +2 +3 +4 +5 +6 +7 byte -------- -------- -------- -------- -------- -------- - ------ -------- | <---------- frame 0 --------------> | <---------- frame 1 ------- -------- | <------ left -----> | <---- right ------> | <------ left -----> | <---- right ------- | <-low-> | <-high-> | <-low-> | <-high-> | <-low-> | <-high-> | <-low-> | <-high -
Then in the script to build the CD, each CD-DA file
Track CDDA
Pause 150
FileSource \ sample.da
EndFileSource
EndTrack
I will write something like that.
Never change the "Pause 150" part in the above description.
This is required for one CD-DA data.
Also, be sure to set the PostGap of the track immediately before the CD-DA track to 150.
★ FAQ ★ Sound related