I'm doing a dump of Dynasty Warriors 2 right now and it is a CD PS2 game with 2 tracks, the first being the game and the second being audio. When I detect gaps in EAC, I only ever get a pregap of 00:00:00 for track 2, even testing with 3 different drives (PLEXTOR DVDR PX-716A 1.11, IDE-DVD DROM6216 HD08, and HL-DT-ST BDDVDRW UH12NS29 1.00). However, the dump in the database has a pregap of 00:02:00 for track 2. I understand track 1 has the standard 00:02:00 pregap, but that pregap will never come into play; if we're prepending gaps, it goes at the beginning of that track. If we're appending gaps, it goes at the end of the previous track, and there is no previous track. A pregap never goes to the next track, only to that one or the previous one.
I'm just verifying that the entry in the database was done incorrectly (or perhaps the disc was just different?) and that I understand how this works, because this is the only multi-track CD dump I have to do and I'd like to know I'm doing it correctly. Here is the log file from my extraction.
Exact Audio Copy V1.0 beta 3 from 29. August 2011
EAC extraction logfile from 1. February 2015, 1:43
Unknown Artist / Unknown Title
Used drive : PLEXTOR DVDR PX-716A Adapter: 1 ID: 0
Read mode : Secure
Utilize accurate stream : Yes
Defeat audio cache : Yes
Make use of C2 pointers : No
Read offset correction : -647
Overread into Lead-In and Lead-Out : Yes
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks : No
Null samples used in CRC calculations : Yes
Used interface : Native Win32 interface for Win NT & 2000
Gap handling : Appended to previous track
Used output format : Internal WAV Routines
Sample format : 44.100 Hz; 16 Bit; Stereo
TOC of the extracted CD
Track | Start | Length | Start sector | End sector
---------------------------------------------------------
1 | 0:00.00 | 61:34.14 | 0 | 277063
2 | 61:34.14 | 3:32.26 | 277064 | 292989
Track 2
Filename C:\Track02.wav
Peak level 0.0 %
Extraction speed 17.7 X
Track quality 100.0 %
Test CRC C80C8C94
Copy CRC C80C8C94
Copy OK
No errors occurred
End of status report
==== Log checksum 310D77214A3953DF82FC2295A21D1F8259ADB76AAEA162DB6E401E8EAC75DBA4 ====
Also, just to make sure, I remove the 44 bytes of WAV header data before hash checking, correct?