mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 08:37:43 +00:00
WIP: PLC prediction
This commit is contained in:
parent
c45963d40a
commit
32a63fd31d
4 changed files with 290 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "freq.h"
|
||||
#include "lpcnet.h"
|
||||
#include "nnet_data.h"
|
||||
#include "plc_data.h"
|
||||
#include "kiss99.h"
|
||||
|
||||
#define BITS_PER_CHAR 8
|
||||
|
@ -74,6 +75,7 @@ struct LPCNetPLCState {
|
|||
int skip_analysis;
|
||||
int blend;
|
||||
float features[NB_TOTAL_FEATURES];
|
||||
PLCNetState plc_net;
|
||||
};
|
||||
|
||||
extern float ceps_codebook1[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue