Skip to content

Commit

Permalink
Adding more context for PLC
Browse files Browse the repository at this point in the history
Should fix the few cases where the PLC would create voice frames
that shouldn't be there.
  • Loading branch information
jmvalin committed Apr 1, 2024
1 parent 95dbea8 commit 0e30966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnn/lpcnet_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0e30966

Please sign in to comment.