diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2008-02-16 20:13:05 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2008-02-16 20:13:05 +0000 |
commit | 398afce1d37bad97d50a20aa5406a4dc6327912d (patch) | |
tree | 6b4bbeeaadc14e1e4ef3567565aae7023a6c2161 /src/libxtract.c | |
parent | 26fa6beab516a699ead017f4a2d68b1d861b9561 (diff) | |
download | LibXtract-398afce1d37bad97d50a20aa5406a4dc6327912d.tar.gz LibXtract-398afce1d37bad97d50a20aa5406a4dc6327912d.tar.bz2 LibXtract-398afce1d37bad97d50a20aa5406a4dc6327912d.zip |
- Added to pd example the ability to differentiate between different
argv types (XTRACT_FLOAT, XTRACT_INT) and pass the correct data type
to the xtract[]() function
- Added xtract_flatness_db() details to descriptors.c
- Fixes to tonality and xtract_subbands descriptors
- Added Pd examples for 'subband mean' and tonality calculated using subbands
Diffstat (limited to 'src/libxtract.c')
-rw-r--r-- | src/libxtract.c | 1 |
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 }; |