This commit is contained in:
2026-01-30 08:25:17 +03:00
parent 155c6fd691
commit 260413fad1
10 changed files with 130 additions and 116 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ void SingleAudioStream::copyPcmTo(Audio::DataWindow& output, int needed)
break;
}
if (output.filled() < needed)
ICELogError(<< "Not enough data for speaker's mixer");
// if (output.filled() < needed)
// ICELogError(<< "Not enough data for speaker's mixer");
}