Convert PLC weights to blob format

This commit is contained in:
Jean-Marc Valin 2023-05-22 03:32:53 -04:00
parent c7b6935bf2
commit 98da335009
4 changed files with 64 additions and 28 deletions

View file

@ -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[];