mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 14:19:13 +00:00
Add decay
This commit is contained in:
parent
cd2e568bb6
commit
d816477c58
2 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct LPCNetPLCState {
|
|||
int skip_analysis;
|
||||
int blend;
|
||||
float features[NB_TOTAL_FEATURES];
|
||||
int loss_count;
|
||||
PLCNetState plc_net;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue