Skip to content
Snippets Groups Projects
Verified Commit 972c02c5 authored by Jan Buethe's avatar Jan Buethe Committed by Jean-Marc Valin
Browse files

reduced buffer size for neural FEC packet encoding

parent 8c3b4de7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#define DRED_SILK_ENCODER_DELAY 79
#define DRED_FRAME_SIZE 160
#define DRED_DFRAME_SIZE (2 * (DRED_FRAME_SIZE))
#define DRED_MAX_DATA_SIZE 10000
#define DRED_MAX_DATA_SIZE 1000
#define DRED_ENC_Q0 9
#define DRED_ENC_Q1 15
#define DRED_NUM_REDUNDANCY_FRAMES 50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment