Fixed audio buffer popping

This commit is contained in:
2025-02-18 17:15:17 -07:00
parent 8e5c3234ef
commit a094e5123b
3 changed files with 116 additions and 70 deletions

View File

@ -39,7 +39,7 @@ void timer_tick() {
}
}
lfsr_tick();
audio_sample_tick();
if((prev_div & (1 << 12)) && (!(ctx.div & (1 << 12)))){
audio_tick();