diff options
Diffstat (limited to 'src/lpcnet_freq.h')
| -rw-r--r-- | src/lpcnet_freq.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lpcnet_freq.h b/src/lpcnet_freq.h index 1c29204..af406d8 100644 --- a/src/lpcnet_freq.h +++ b/src/lpcnet_freq.h @@ -36,6 +36,9 @@ #define LPCNET_FREQ_MAX_BANDS 18 -int lpcnet_compute_band_energy(float *bandE, float *bandCentrekHz, COMP *Sw, float Fs, int Nfft); +#include "comp.h" + +int lpcnet_compute_band_energy(float *bandE, float *bandCentrekHz, COMP *Sw, + float Fs, int Nfft); #endif |
