From 1a45d6b095e4559b31d7bb3e7e037da387535f06 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 4 Jan 2020 15:01:48 +0100 Subject: [PATCH] added a comment --- src/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 2dc92a0e..9afe797f 100755 --- a/src/global.h +++ b/src/global.h @@ -107,7 +107,8 @@ LED bar: lbr #define SYSTEM_SAMPLE_RATE_HZ 48000 // Hz // System block size, this is the block size on which the audio coder works. -// All other block sizes must be a multiple of this size +// All other block sizes must be a multiple of this size. +// Note that the UpdateAutoSetting() function assumes a value of 128. #define SYSTEM_FRAME_SIZE_SAMPLES 128 #define SYSTEM_BLOCK_DURATION_MS_FLOAT \