mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 00:39:17 +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;
|
comp->second_counter = 0;
|
||||||
} else {
|
} else {
|
||||||
comp->sample_counter++;
|
comp->sample_counter++;
|
||||||
|
#ifdef BS412_DEBUG
|
||||||
|
debug_printf("Bypass");
|
||||||
|
#endif
|
||||||
return combined;
|
return combined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user