From 68a083b9bf1ccdee892e9f89e13b07ad5e9ce526 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 27 Sep 2020 13:38:51 +0100 Subject: [PATCH] Revert "Temporary reduction in severity for audio underrun errors" This reverts commit a4fad2661ff0c2bc79e4bdfab7e27080e59006c0. --- Audio/soundin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Audio/soundin.cpp b/Audio/soundin.cpp index 2b0c07ccf..92368016b 100644 --- a/Audio/soundin.cpp +++ b/Audio/soundin.cpp @@ -26,7 +26,6 @@ bool SoundInput::checkStream () break; case QAudio::UnderrunError: - result = true; Q_EMIT error (tr ("Audio data not being fed to the audio input device fast enough.")); break;