diff --git a/Audio/soundin.cpp b/Audio/soundin.cpp index 92368016b..2b0c07ccf 100644 --- a/Audio/soundin.cpp +++ b/Audio/soundin.cpp @@ -26,6 +26,7 @@ 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;