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