mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Temporary reduction in severity for audio underrun errors
This commit is contained in:
parent
9fe3c7123e
commit
a4fad2661f
@ -26,6 +26,7 @@ bool SoundInput::checkStream ()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case QAudio::UnderrunError:
|
case QAudio::UnderrunError:
|
||||||
|
result = true;
|
||||||
Q_EMIT error (tr ("Audio data not being fed to the audio input device fast enough."));
|
Q_EMIT error (tr ("Audio data not being fed to the audio input device fast enough."));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user