mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Revert "Temporary reduction in severity for audio underrun errors"
This reverts commit a4fad2661f
.
This commit is contained in:
parent
a4fad2661f
commit
68a083b9bf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user