Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Possible Corrections to Tristimulus Functions
|
|
|
|
|
|
issues
|
|
exception is silent input.
|
|
|
|
|
|
|
|
cent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correction bit
|
|
|
|
|
|
input data are below or equal to threshold value. Fixes #46
If XTRACT_NO_RESULT is returned, *result will be set to DBL_MAX
|
|
xtract_smoothness() where *result was uninitialised but used in calculation.
|
|
|
|
|
|
|
|
|
|
non-autotools builds
|
|
|
|
|
|
|
|
|
|
|
|
xtract_spectral_kurtosis() using correct maths
- removed xtract_spectral_average_deviation()
|
|
|
|
|
|
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
|
|
documentation and error checking to avoid problems
- Added xtract_is_denormal() helper function and XTRACT_DENORMAL_FOUND
return code
- Replaced all instances of log, sqrt, exp etc. with respective
floating point counterparts (logf etc.)
- Added check for architecture endianness to configure script
- Bug fix to PD example, now no longer crashes if no arguments are
given
- Minor documentation updates
|
|
xtract_features_from_subframes()
- Added windowing functions (window.c)
|
|
|
|
bindings tests.
|
|
compile. Some kind of path error, but I can't work out how to fix it.
|
|
|
|
functions: powf, roundf etc). Added a few PD examples/tests.
|
|
|
|
|
|
they don't get a samplerate 44100 is assumed (I'm not sure if this is a good idea!).
|
|
|