Temporary reduction in severity for audio underrun errors

This commit is contained in:
Bill Somerville 2020-09-27 13:34:39 +01:00
parent 9fe3c7123e
commit a4fad2661f
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

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