mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-30 13:22:26 -04:00
Merge branch 'master' into develop
This commit is contained in:
commit
a485976058
@ -25,14 +25,16 @@ bool SoundInput::checkStream ()
|
|||||||
Q_EMIT error (tr ("An error occurred during read from the audio input device."));
|
Q_EMIT error (tr ("An error occurred during read from the audio input device."));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case QAudio::UnderrunError:
|
// case QAudio::UnderrunError:
|
||||||
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;
|
||||||
|
|
||||||
case QAudio::FatalError:
|
case QAudio::FatalError:
|
||||||
Q_EMIT error (tr ("Non-recoverable error, audio input device not usable at this time."));
|
Q_EMIT error (tr ("Non-recoverable error, audio input device not usable at this time."));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case QAudio::UnderrunError: // TODO G4WJS: stop ignoring this
|
||||||
|
// when we find the cause on macOS
|
||||||
case QAudio::NoError:
|
case QAudio::NoError:
|
||||||
result = true;
|
result = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user