mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
whoops
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ float bs412_compress(BS412Compressor* comp, float audio, float sample_mpx) {
|
||||
if(comp->can_compress == 0) comp->second_counter++;
|
||||
}
|
||||
|
||||
if(comp->can_compress == 0 && comp->second_counter > BS412_TIME) {
|
||||
if(comp->can_compress == 0 || comp->second_counter > BS412_TIME) {
|
||||
#ifdef BS412_DEBUG
|
||||
debug_printf("Can compress.\n");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user