diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-06 09:55:01 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-06 09:55:01 +0100 |
commit | e028f0d8204722f01495ec28edadbb4bdf1b6f1b (patch) | |
tree | ebe19aef151d7f34755163db7c83edd64cdb45b3 /src/libxtract.c | |
parent | 0c54ec464079b450e07abe57be680ab88249b76a (diff) | |
download | LibXtract-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.c | 3 |
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 }; |