Age | Commit message (Collapse) | Author |
|
functions: powf, roundf etc). Added a few PD examples/tests.
|
|
|
|
|
|
|
|
specific architectures
|
|
|
|
|
|
they don't get a samplerate 44100 is assumed (I'm not sure if this is a good idea!).
|
|
the basic code is there
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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!
|
|
extern
|