added a comment
This commit is contained in:
parent
791d600634
commit
1a45d6b095
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ LED bar: lbr
|
||||||
#define SYSTEM_SAMPLE_RATE_HZ 48000 // Hz
|
#define SYSTEM_SAMPLE_RATE_HZ 48000 // Hz
|
||||||
|
|
||||||
// System block size, this is the block size on which the audio coder works.
|
// 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_FRAME_SIZE_SAMPLES 128
|
||||||
|
|
||||||
#define SYSTEM_BLOCK_DURATION_MS_FLOAT \
|
#define SYSTEM_BLOCK_DURATION_MS_FLOAT \
|
||||||
|
|
Loading…
Reference in a new issue