* Share dblbuf with FFT object to avoid a copy; fix reset(); add spectral

difference audio curve; some tidying; add FLOAT_ONLY FFT option
This commit is contained in:
Chris Cannam
2007-12-10 15:47:06 +00:00
parent 2b1693aa3f
commit d4ff782668
14 changed files with 266 additions and 94 deletions

View File

@@ -139,8 +139,8 @@ RubberBandPitchShifter::ladspaDescriptorMono =
"rubberband-pitchshifter-mono", // Label
properties,
"Rubber Band Mono Pitch Shifter", // Name
"Chris Cannam", //!!! Maker
"GPL", //!!! Copyright
"Chris Cannam",
"GPL",
PortCountMono,
portsMono,
portNamesMono,
@@ -163,8 +163,8 @@ RubberBandPitchShifter::ladspaDescriptorStereo =
"rubberband-pitchshifter-stereo", // Label
properties,
"Rubber Band Stereo Pitch Shifter", // Name
"Chris Cannam", //!!! Maker
"GPL", //!!! Copyright
"Chris Cannam",
"GPL",
PortCountStereo,
portsStereo,
portNamesStereo,