mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 07:13:57 +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) {
|
||||
usleep(usecToSleep);
|
||||
} else {
|
||||
qDebug() << "AudioMixer loop took" << -usecToSleep << "of extra time. Not sleeping.";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
delete[] clientMixBuffer;
|
||||
|
|
Loading…
Reference in a new issue