Shorten queue to decrease latency

This commit is contained in:
Jan Hamal Dvořák 2024-07-22 19:40:12 +02:00
parent f45d343c8c
commit 66105e155a

View file

@ -37,7 +37,7 @@
#define IQ_SAMPLES 32
#define IQ_BLOCK_LEN (2 * IQ_SAMPLES)
#define IQ_QUEUE_LEN 4
#define IQ_QUEUE_LEN 2
#define LO_BITS_DEPTH 15
#define LO_WORDS (1 << (LO_BITS_DEPTH - 2))