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
+3
View File
@@ -3,6 +3,9 @@
#include <Arduino.h>
#define AUDIO_BUFFER_SIZE 512
extern volatile int audioBufferUsage;
extern volatile unsigned long lastLoop0Time;
extern volatile unsigned long lastLoop1Time;
extern volatile bool watchdogActive;