mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
print bypass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user