working on audio buffer stuff

This commit is contained in:
2025-02-17 21:59:17 -07:00
parent 020feb2a6f
commit 5668389488
3 changed files with 44 additions and 10 deletions

View File

@ -44,7 +44,7 @@ void timer_tick() {
}
if((prev_div & (1 << 1)) && (!(ctx.div & (1 << 1)))){
//audio_period_tick();
audio_period_tick();
}
}