Buffering of audio

This commit is contained in:
Dejvino
2026-03-01 11:41:08 +01:00
parent ad0fb039fc
commit 82bab0698b
4 changed files with 71 additions and 35 deletions
+2
View File
@@ -2,6 +2,8 @@
#include "SharedState.h"
#include "synth_engine.h"
volatile int audioBufferUsage = 0;
volatile unsigned long lastLoop0Time = 0;
volatile unsigned long lastLoop1Time = 0;
volatile bool watchdogActive = false;