Add decay

This commit is contained in:
Jean-Marc Valin 2022-02-02 03:54:05 -05:00
parent cd2e568bb6
commit d816477c58
2 changed files with 8 additions and 0 deletions

View file

@ -75,6 +75,7 @@ struct LPCNetPLCState {
int skip_analysis;
int blend;
float features[NB_TOTAL_FEATURES];
int loss_count;
PLCNetState plc_net;
};