- 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
author |
Jamie Bullock <jamie@postlude.co.uk> |
date |
Sat, 16 Feb 2008 20:13:05 +0000 |
parents |
f5040ed4e555 |
children |
|
rev |
line source |
jamie@83
|
1 Add -fPIC in intelligent way to build system for 64-bit builds
|
jamie@52
|
2 Add weighted temporal features as per Peeters (xtract_weighted_mean etc) weight given as argv?
|
jamie@22
|
3 Improve noise robustness of xtract_f0
|
jamie@22
|
4 Fix xtract_hps - it doesn't work!
|
jamie@19
|
5 Add Max/MSP external example
|
jamie@49
|
6 Check and add return values as appropriate. Make them more sensible!
|
jamie@19
|
7 ...do other stuff and eventually...
|
jamie@22
|
8 ...optimise!
|
jamie@98
|
9 Use the fftw guru interface to create multipurpose global plans from xtract_fft_init()
|
jamie@104
|
10 Add LPC via Schur algorithm
|
jamie@113
|
11 Write macro to truncate numbers <= 0 prior to taking log and integrate into functions across the library
|
jamie@115
|
12 Add functionality to Pd example to convert symbols 'XTRACT_MEAN', 'XTRACT_*' to corresponding integers to ease the construction of argv lists
|