Skip to content
Snippets Groups Projects
Unverified Commit 0e30966b authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Adding more context for PLC

Should fix the few cases where the PLC would create voice frames
that shouldn't be there.
parent 95dbea83
No related merge requests found
......@@ -46,7 +46,7 @@ typedef struct {
float gru2_state[PLC_GRU2_STATE_SIZE];
} PLCNetState;
#define PLC_BUF_SIZE ((CONT_VECTORS+5)*FRAME_SIZE)
#define PLC_BUF_SIZE ((CONT_VECTORS+10)*FRAME_SIZE)
struct LPCNetPLCState {
PLCModel model;
FARGANState fargan;
......
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