mirror of
https://github.com/drowe67/codec2
synced 2026-08-14 19:31:34 -04:00
removed newamp2 code
This commit is contained in:
parent
c27e56d096
commit
8a9b13e6db
2 changed files with 0 additions and 9 deletions
|
|
@ -46,7 +46,6 @@
|
|||
#include "lpc.h"
|
||||
#include "lsp.h"
|
||||
#include "machdep.h"
|
||||
#include "newamp2.h"
|
||||
#include "nlp.h"
|
||||
#include "phase.h"
|
||||
#include "postfilter.h"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include "codec2_fft.h"
|
||||
#include "newamp1.h"
|
||||
#include "newamp2.h"
|
||||
|
||||
struct CODEC2 {
|
||||
int mode;
|
||||
|
|
@ -87,13 +86,6 @@ struct CODEC2 {
|
|||
float eq[NEWAMP1_K]; /* optional equaliser */
|
||||
bool eq_en;
|
||||
|
||||
/*newamp2 states (also uses newamp1 states )*/
|
||||
float energy_prev;
|
||||
float n2_rate_K_sample_freqs_kHz[NEWAMP2_K];
|
||||
float n2_prev_rate_K_vec_[NEWAMP2_K];
|
||||
float n2_pwb_rate_K_sample_freqs_kHz[NEWAMP2_16K_K];
|
||||
float n2_pwb_prev_rate_K_vec_[NEWAMP2_16K_K];
|
||||
|
||||
/* used to dump features for deep learning experiments */
|
||||
FILE *fmlfeat, *fmlmodel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue