From 91ee1cba74a27eef2fb84ddbcaf1fdf3b7c778bb Mon Sep 17 00:00:00 2001 From: Gergo Koteles Date: Tue, 10 Jun 2025 15:12:58 +0200 Subject: [PATCH] Revert "Remove startup sound artefact" This reverts commit d70232dcd82e404de91d91fefbc16608e18b7a5e. --- src/minidexed.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 ();