added CELT_MINIMUM_NUM_BYTES
This commit is contained in:
parent
7c52b81287
commit
400095b3dc
1 changed files with 4 additions and 0 deletions
|
@ -115,6 +115,10 @@ LED bar: lbr
|
|||
// low complexity CELT encoder (if defined)
|
||||
#define USE_LOW_COMPLEXITY_CELT_ENC
|
||||
|
||||
// define the minimum allowed number of coded bytes for CELT (the encoder
|
||||
// gets in trouble if the value is too low)
|
||||
#define CELT_MINIMUM_NUM_BYTES 10
|
||||
|
||||
// define the maximum mono audio buffer size at a sample rate
|
||||
// of 48 kHz, this is important for defining the maximum number
|
||||
// of bytes to be expected from the network interface
|
||||
|
|
Loading…
Reference in a new issue