From c034c4d62c0b02404bd65c9cab478e3ae00d0883 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 19 Sep 2021 08:39:29 +0000 Subject: fixed transition between http tracks git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@10299 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmpaudioengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qmmp/qmmpaudioengine.cpp b/src/qmmp/qmmpaudioengine.cpp index ea5cb9d71..2287c9f36 100644 --- a/src/qmmp/qmmpaudioengine.cpp +++ b/src/qmmp/qmmpaudioengine.cpp @@ -98,6 +98,7 @@ bool QmmpAudioEngine::play() if(!(m_output = createOutput())) return false; m_dithering->setFormats(m_decoders.head()->audioParameters().format(), m_output->outputAudioParameters().format()); + reset(); #ifdef Q_OS_WIN start(QThread::HighPriority); #else -- cgit v1.2.3-13-gbd6f