devmiyax / yabause

Yabause is a Sega Saturn emulator and took over as Yaba Sanshiro
http://www.uoyabause.org
GNU General Public License v2.0
212 stars 37 forks source link

Bug when playing CDDA tracks #706

Open paul-met opened 4 years ago

paul-met commented 4 years ago

It seems that the emulator does not correctly play a CDDA track if it is divided into 3 or more indexes. The track is played from the beginning to the end, but must be played within the limits specified in the indexes of this track. Here is an example of such a track.

FILE "Zanma Chou Ougi - Valhollian (Japan) (Track 24).bin" BINARY TRACK 24 AUDIO INDEX 00 00:00:00 INDEX 01 00:02:00 INDEX 02 00:17:01 INDEX 03 00:19:01 INDEX 04 00:34:02 INDEX 05 00:36:02 INDEX 06 00:36:19 INDEX 07 00:38:19 INDEX 08 00:38:47 INDEX 09 00:40:47 INDEX 10 00:40:62 INDEX 11 00:42:62 INDEX 12 00:43:26

jesus2099 commented 3 years ago

Hi @paul-met, could you tell me what software and version you have used to see list of CD track indexes? CDRWin?

paul-met commented 3 years ago

Hi @paul-met, could you tell me what software and version you have used to see list of CD track indexes? CDRWin? All tracks are listed in the cue file. The contents of this file can be viewed using any text editor.

jesus2099 commented 3 years ago

Ah, if I understand correctly, you did not extract the cuesheet file yourself. Update: For the record, CDRWin and Exact Audio Copy, can produce such cuesheets with several indexes. I'm looking for a Linux tool to do so.