added a TODO comment
This commit is contained in:
parent
80883715e3
commit
02e88840e9
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ LED bar: lbr
|
||||||
// define the maximum mono audio buffer size at a sample rate
|
// define the maximum mono audio buffer size at a sample rate
|
||||||
// of 48 kHz, this is important for defining the maximum number
|
// of 48 kHz, this is important for defining the maximum number
|
||||||
// of bytes to be expected from the network interface
|
// of bytes to be expected from the network interface
|
||||||
|
|
||||||
|
// TODO check why this number is so large...?
|
||||||
|
|
||||||
#define MAX_MONO_AUD_BUFF_SIZE_AT_48KHZ 4096
|
#define MAX_MONO_AUD_BUFF_SIZE_AT_48KHZ 4096
|
||||||
|
|
||||||
// Maximum block size for network input buffer. Consider a maximum sample rate
|
// Maximum block size for network input buffer. Consider a maximum sample rate
|
||||||
|
|
Loading…
Reference in a new issue