aboutsummaryrefslogtreecommitdiff
path: root/src/lpcnet_freq.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 13:11:18 +0930
committerDavid Rowe <[email protected]>2023-07-14 13:11:18 +0930
commit4c65d3728ad41566487e284a2410b537f5cfc56b (patch)
treee7b4cde8d1917e531dcfbefb3588b0e62b3bc57b /src/lpcnet_freq.h
parentb86e88413d4c6ec428aaedb147f7675f28882fe4 (diff)
clang-format messed up some #defione macros and re-ordered include files which broke the build. Building OK now and ctests passing
Diffstat (limited to 'src/lpcnet_freq.h')
-rw-r--r--src/lpcnet_freq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpcnet_freq.h b/src/lpcnet_freq.h
index ac928b8..af406d8 100644
--- a/src/lpcnet_freq.h
+++ b/src/lpcnet_freq.h
@@ -36,6 +36,8 @@
#define LPCNET_FREQ_MAX_BANDS 18
+#include "comp.h"
+
int lpcnet_compute_band_energy(float *bandE, float *bandCentrekHz, COMP *Sw,
float Fs, int Nfft);