mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
Fix audio choppy.
This commit is contained in:
parent
d8af12152b
commit
c8a168c273
1 changed files with 1 additions and 0 deletions
|
@ -664,6 +664,7 @@ void AudioClient::stop() {
|
||||||
switchOutputToAudioDevice(QAudioDeviceInfo(), true);
|
switchOutputToAudioDevice(QAudioDeviceInfo(), true);
|
||||||
#if defined(Q_OS_ANDROID)
|
#if defined(Q_OS_ANDROID)
|
||||||
_checkInputTimer.stop();
|
_checkInputTimer.stop();
|
||||||
|
disconnect(&_checkInputTimer, &QTimer::timeout, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue