Revert "Temporary reduction in severity for audio underrun errors"

This reverts commit a4fad2661f.
This commit is contained in:
Bill Somerville 2020-09-27 13:38:51 +01:00
parent a4fad2661f
commit 68a083b9bf
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 0 additions and 1 deletions

View File

@ -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;