From 6baba1eb7e7b93606a0d2bc25509271305f1878b Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 1 Mar 2022 21:18:07 +0100 Subject: [PATCH] Increase CHUNK_SIZE and CHUNK_SIZE_HDMI https://github.com/probonopd/MiniDexed/issues/33#issuecomment-1054628075 --- src/minidexed.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)