mirror of
https://github.com/xiph/opus.git
synced 2025-05-23 11:49:12 +00:00
Convert PLC weights to blob format
This commit is contained in:
parent
c7b6935bf2
commit
98da335009
4 changed files with 64 additions and 28 deletions
|
@ -98,6 +98,7 @@ struct LPCNetPLCState {
|
|||
short dc_buf[TRAINING_OFFSET];
|
||||
int queued_update;
|
||||
short queued_samples[FRAME_SIZE];
|
||||
PLCModel model;
|
||||
};
|
||||
|
||||
extern float ceps_codebook1[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue