Remove comment about bad track numbering

This was actually an error: the tracks are BCD-encoded, so track "16"
was actually track 10.
Matteo Cypriani 2016-12-08 20:00:13 -05:00
parent 8baabbe392
commit 949215d211
1 changed files with 60 additions and 62 deletions

@ -33,7 +33,7 @@ To extract the raw audio data (substitute `${FIRST_AUDIO_BYTE}` and
From Wikipedia:
- A CD can contain up to 99 tracks.
- Each track can in turn have up to 100 indexes.
- Each track can in turn have up to 100 indexes (0 to 99).
- The vast majority of songs are recorded under index 1, with the pre-gap being
index 0.
- Sometimes hidden tracks are placed at the end of the last track of the disc,
@ -53,8 +53,6 @@ From this information and other observations:
should be ignored if:
- _index0_ = _index1_, or
- _index0_'s position is negative.
- It is possible to have incoherent track numbering (observed: track 10 is
numbered 16 in CUEX).
- The lead-in area (track 0) and the lead-out area (track 0xAA) should not
appear in the cue sheet.