- Fixed bugs in xtract_flatness(), or at least added necessary
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
author |
Jamie Bullock <jamie@postlude.co.uk> |
date |
Fri, 15 Feb 2008 12:43:13 +0000 |
parents |
a32738e9d955 |
children |
f5040ed4e555 |
rev |
line source |
jamie@83
|
1 Add -fPIC in intelligent way to build system for 64-bit builds
|
jamie@61
|
2 Rationalise use of powf etc. vs pow
|
jamie@52
|
3 Add spectral_flux
|
jamie@52
|
4 Add geometric_mean
|
jamie@52
|
5 Add spectral_mean, spectral_deviation, spectral_geometric_mean etc.
|
jamie@52
|
6 Add weighted temporal features as per Peeters (xtract_weighted_mean etc) weight given as argv?
|
jamie@22
|
7 Improve noise robustness of xtract_f0
|
jamie@22
|
8 Fix xtract_hps - it doesn't work!
|
jamie@19
|
9 Add Pure Data help file
|
jamie@19
|
10 Add delta functions
|
jamie@19
|
11 Add Max/MSP external example
|
jamie@49
|
12 Check and add return values as appropriate. Make them more sensible!
|
jamie@19
|
13 ...do other stuff and eventually...
|
jamie@22
|
14 ...optimise!
|
jamie@98
|
15 Use the fftw guru interface to create multipurpose global plans from xtract_fft_init()
|
jamie@104
|
16 Add LPC via Schur algorithm
|
jamie@104
|
17 If argv uses an integer, then it should point to a variable of type int. At the moment floats are used to store ints.
|
jamie@113
|
18 Write macro to truncate numbers <= 0 prior to taking log and integrate into functions across the library
|
jamie@113
|
19 Add xtract_chords() - gets pitch classes from spectrum either as MIDI note numbers or pitch class and octave class - e.g. 'F#4' etc.
|
jamie@113
|
20 Add xtract_subbands() - gets subband power or subband magnitude for given bands
|