aboutsummaryrefslogtreecommitdiff
path: root/src/libxtract.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxtract.c')
-rw-r--r--src/libxtract.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libxtract.c b/src/libxtract.c
index 5de699f..0215add 100644
--- a/src/libxtract.c
+++ b/src/libxtract.c
@@ -84,6 +84,7 @@ int(*xtract[])(const float *, const int, const void *, float *) = {
xtract_harmonic_spectrum,
xtract_lpc,
xtract_lpcc,
+ xtract_subbands,
/* xtract_helper.h */
xtract_windowed
};