# # ChangeLog for src/spectral/fft.c # # Generated by Trac 1.2 # Sep 25, 2024, 5:15:10 AM Sun, 11 Oct 2009 10:47:43 GMT Paul Brossier [74a4865] * src/spectral/fft.c (modified) src/spectral/fft.c: fix imag boundaries, including for odd fft sizes Sun, 11 Oct 2009 10:40:04 GMT Paul Brossier [4f4299d] * src/spectral/fft.c (modified) src/spectral/fft.c: make sure we set allocated vectors to 0 Sun, 11 Oct 2009 10:38:43 GMT Paul Brossier [8979752] * src/spectral/fft.c (modified) src/spectral/fft.c: 0 and N/2 + 1 phase must carry the sign of ... Sun, 11 Oct 2009 10:37:01 GMT Paul Brossier [2fde783] * src/spectral/fft.c (modified) src/spectral/fft.c: do not zero phase for no good reason, use ATAN2 macro Thu, 01 Oct 2009 15:41:07 GMT Paul Brossier [f3bee79] * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) src/spectral/fft.{c,h}: move fftw3.h include inside fft.c Mon, 28 Sep 2009 19:17:53 GMT Paul Brossier [fd6b90f] * src/spectral/fft.c (modified) src/spectral/fft.c: add a warning if using fftw3 with aubio single Fri, 25 Sep 2009 21:01:37 GMT Paul Brossier [6f0b8a0] * src/spectral/fft.c (modified) src/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION Wed, 23 Sep 2009 17:40:14 GMT Paul Brossier [b511fa9] * configure.ac (modified) * examples/utils.c (modified) * examples/utils.h (modified) * ext/aubioext.h (modified) * ext/jackio.c (modified) * ext/jackio.h (modified) * ext/midi/midi_driver.h (modified) * src/aubio_priv.h (modified) * src/mathutils.c (modified) * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) * tests/src/test-phasevoc-jack.c (modified) replace FOO_SUPPORT with HAVE_FOO, use float for jack_process ... Mon, 21 Sep 2009 16:15:05 GMT Paul Brossier [d53a3b5] * src/spectral/fft.c (modified) src/spectral/fft.c: fix horrible bug where norm[0] and norm[n/2+1] ... Thu, 17 Sep 2009 05:16:20 GMT Paul Brossier [4369cb9] * src/spectral/fft.c (modified) src/spectral/fft.c: use native fftw types, add warning if single fftw ... Sat, 01 Dec 2007 18:16:56 GMT Paul Brossier [41ed384] * src/spectral/fft.c (modified) fft.c: if real part is zero, have phase = 0 Sat, 24 Nov 2007 21:00:20 GMT Paul Brossier [32d6958] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (moved) * src/spectral/fft.h (moved) * src/spectral/filterbank.c (moved) * src/spectral/filterbank.h (moved) * src/spectral/mfcc.c (moved) * src/spectral/mfcc.h (moved) * src/spectral/phasevoc.c (moved) * src/spectral/phasevoc.h (moved) * src/spectral/tss.c (moved) * src/spectral/tss.h (moved) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (moved) * src/temporal/biquad.h (moved) * src/temporal/filter.c (moved) * src/temporal/filter.h (moved) * src/temporal/resample.c (moved) * src/temporal/resample.h (moved) * src/utils/hist.c (moved) * src/utils/hist.h (moved) * src/utils/scale.c (moved) * src/utils/scale.h (moved) src/: more moving and splitting