Age | Commit message (Collapse) | Author |
|
zeroing a load of elements despite the fact that they're ignored by the DCT process called next, and never used for anything. This was writing to an assumed large result array (same size as number of FFT bins) despite the fact that only a small number of MFCCs (typically less than 50) are required, therefore either wasting memory or writing to memory it shouldn't do!
|
|
|
|
|
|
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!).
|
|
|
|
|
|
|
|
|
|
|
|
nyquist/DC inclusion. Added new boolean argument 'withDC' to select whether the DC component is required in the output
|
|
the same in theory, but saves on one assignment operation. But the real reason I did it was because my compiler (gcc 4.0.1, Apple intel edition) was getting it wrong (presumably during some optimisation). It does save on the assignment though.
|
|
|
|
ChangeLog and AUTHORS files.
|
|
return a value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
values and N/2 magnitude coefficients. 'Fixed' xtract_loudness() so that N=1 can be used for specific loudness.
|
|
|
|
|
|
|
|
|
|
|
|
xtractors that use peak spectrum. Fixed memory alloc bug in pd example.
|
|
|
|
|
|
CFLAGS so this doesn't happen again!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|