0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

fix issue in chimer

This commit is contained in:
2025-03-27 21:33:03 +01:00
parent a345743853
commit 3238e156dd
2 changed files with 1 additions and 2 deletions

View File

@@ -111,7 +111,6 @@ void generate_signal(float *output, int buffer_size, Oscillator *osc, float volu
(*elapsed_samples) += 4;
}
}
}
#else
for (int i = 0; i < buffer_size; i++) {
if (*elapsed_samples >= total_samples) {