mirror of https://github.com/drowe67/LPCNet.git
parent
f270448bd3
commit
36979c4419
|
@ -17,8 +17,10 @@
|
|||
#include "codec2_pitch.h"
|
||||
#include "codec2_kiss_fft.h"
|
||||
|
||||
#pragma GCC visibility push(hidden)
|
||||
#include "from_codec2/sine.h"
|
||||
#include "from_codec2/nlp.h"
|
||||
#pragma GCC visibility pop
|
||||
|
||||
#define FFT_ENC 512 /* size of FFT used for encoder */
|
||||
#define P_MAX_S 0.0200 /* maximum pitch period in s */
|
||||
|
|
Loading…
Reference in New Issue