mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
remove sleep time debug now that the audio-mixer reports struggle
This commit is contained in:
parent
50007d7f4b
commit
dc2d050187
1 changed files with 0 additions and 3 deletions
|
@ -454,10 +454,7 @@ void AudioMixer::run() {
|
||||||
|
|
||||||
if (usecToSleep > 0) {
|
if (usecToSleep > 0) {
|
||||||
usleep(usecToSleep);
|
usleep(usecToSleep);
|
||||||
} else {
|
|
||||||
qDebug() << "AudioMixer loop took" << -usecToSleep << "of extra time. Not sleeping.";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
delete[] clientMixBuffer;
|
delete[] clientMixBuffer;
|
||||||
|
|
Loading…
Reference in a new issue