diff --git a/src/minidexed.h b/src/minidexed.h index 72635b4..da23ab8 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -21,8 +21,8 @@ #define SAMPLE_RATE 48000 -#define CHUNK_SIZE (2 * 64) -#define CHUNK_SIZE_HDMI (384 * 5) +#define CHUNK_SIZE (256) +#define CHUNK_SIZE_HDMI (384 * 6) #define DAC_I2C_ADDRESS 0 // I2C slave address of the DAC (0 for auto probing)