mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 06:35:17 -04:00
Revert "Temporary reduction in severity for audio underrun errors"
This reverts commit a4fad2661ff0c2bc79e4bdfab7e27080e59006c0.
This commit is contained in:
parent
a4fad2661f
commit
68a083b9bf
@ -26,7 +26,6 @@ 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