print bypass

This commit is contained in:
2026-04-28 17:00:39 +02:00
parent d54430c6ac
commit 10bb30e275
+3
View File
@@ -55,6 +55,9 @@ float bs412_compress(BS412Compressor* comp, float audio, float sample_mpx) {
comp->second_counter = 0;
} else {
comp->sample_counter++;
#ifdef BS412_DEBUG
debug_printf("Bypass");
#endif
return combined;
}