DVD drive ?

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
EEUG
Posts: 136
Joined: Fri May 13, 2005 4:49 am
Location: The Netherlands

DVD drive ?

Post by EEUG »

Hello, all.
I'm reading data from audio CD (cdCddaRead/cdSync etc.). Everything works fine, except that ticking noise from the DVD drive. The funny thing is that this happens if pause between two subsequent cdCddaRead calls is long enough (I'm using a doublebuffer, so program cycle looks line this: cdCddaRead - cdSync - flip buffer - cdCddaRead - process data - cdSync - get data - flip buffer - cdCddaRead etc.). Maybe someone knows how to get rid of these 'ticks'? Thanks. EEUG
Post Reply