From 60824c2055aecd89614cf9bdc8c9c8233c195ac4 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 2 May 2022 11:32:28 +0100 Subject: [PATCH] Update audiohandler.cpp --- audiohandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiohandler.cpp b/audiohandler.cpp index 90b6083..e5aceec 100644 --- a/audiohandler.cpp +++ b/audiohandler.cpp @@ -209,7 +209,7 @@ void audioHandler::start() audioDevice = audioInput->start(); connect(audioInput, &QAudioInput::destroyed, audioDevice, &QIODevice::deleteLater, Qt::UniqueConnection); //connect(audioDevice, &QIODevice::readyRead, this, &audioHandler::getNextAudioChunk); - audioTimer->start(setup.blockSize); + audioTimer->start(setup.blockSize/2); } else { /* OK I don't understand what is happening here?