sfx: debug--

This commit is contained in:
2026-06-30 09:05:56 +02:00
parent 0e3ba36fc3
commit eee2f07857
-2
View File
@@ -123,10 +123,8 @@ impl Player {
if !any_valid {
if self.audio_out_buf.is_empty() {
log::debug!("End of audio files");
break 'out;
}
//log::debug!("No more valid files, but the buffer is still running!");
break;
}
let mixed_sample = this_sample / next_batch.len() as f32;