We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95dbea8 commit 0e30966Copy full SHA for 0e30966
dnn/lpcnet_private.h
@@ -46,7 +46,7 @@ typedef struct {
46
float gru2_state[PLC_GRU2_STATE_SIZE];
47
} PLCNetState;
48
49
-#define PLC_BUF_SIZE ((CONT_VECTORS+5)*FRAME_SIZE)
+#define PLC_BUF_SIZE ((CONT_VECTORS+10)*FRAME_SIZE)
50
struct LPCNetPLCState {
51
PLCModel model;
52
FARGANState fargan;
0 commit comments