aboutsummaryrefslogtreecommitdiff
path: root/src/libxtract.c
diff options
context:
space:
mode:
authorJamie Bullock <jamie@jamiebullock.com>2014-06-06 09:55:01 +0100
committerJamie Bullock <jamie@jamiebullock.com>2014-06-06 09:55:01 +0100
commite028f0d8204722f01495ec28edadbb4bdf1b6f1b (patch)
treeebe19aef151d7f34755163db7c83edd64cdb45b3 /src/libxtract.c
parent0c54ec464079b450e07abe57be680ab88249b76a (diff)
downloadLibXtract-e028f0d8204722f01495ec28edadbb4bdf1b6f1b.tar.gz
LibXtract-e028f0d8204722f01495ec28edadbb4bdf1b6f1b.tar.bz2
LibXtract-e028f0d8204722f01495ec28edadbb4bdf1b6f1b.zip
Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
Diffstat (limited to 'src/libxtract.c')
-rw-r--r--src/libxtract.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libxtract.c b/src/libxtract.c
index 624e8cd..168b106 100644
--- a/src/libxtract.c
+++ b/src/libxtract.c
@@ -90,6 +90,7 @@ int(*xtract[])(const double *, const int, const void *, double *) =
xtract_lpcc,
xtract_subbands,
/* xtract_helper.h */
- xtract_windowed
+ xtract_windowed,
+ xtract_smoothed
};