mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05: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;
|
||||
|
||||
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