diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 51e6444..d63666c 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -1305,10 +1305,6 @@ void CMiniDexed::ProcessSound (void) unsigned nFrames = m_nQueueSizeFrames - m_pSoundDevice->GetQueueFramesAvail (); if (nFrames >= m_nQueueSizeFrames/2) { - // only process the minimum number of frames (== chunksize / 2) - // as the tg_mixer cannot process more - nFrames = m_nQueueSizeFrames / 2; - if (m_bProfileEnabled) { m_GetChunkTimer.Start ();