add a new log level (trace)

This commit is contained in:
tildearrow 2022-03-23 22:05:09 -05:00
parent 711b60d454
commit 47d7722f6e
5 changed files with 28 additions and 2 deletions

View file

@ -1410,6 +1410,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
if (softLocked) {
if (!isBusy.try_lock()) {
logV("audio is soft-locked (%d)\n",softLockCount++);
return;
}
} else {