add more audio cache, now that the display is eating up a lot of DMA time

This commit is contained in:
Jorj Bauer 2022-01-21 15:36:44 -05:00
parent 18356b92fe
commit 4978485ca5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ AudioConnection patchCord4(mixer1, 0, i2s, 0);
// Ring buffer that we fill with 44.1kHz data
#define BUFSIZE (4096)
#define CACHEMULTIPLIER 2
#define CACHEMULTIPLIER 10
static volatile uint32_t bufIdx; // 0 .. BUFSIZE-1
static volatile uint64_t skippedSamples; // Who knows where this will
// wind up