1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Merge pull request #143 from RaphaelMarinier/remove-old-fft2

Code cleanup: removed the old real FFT code not used for a long time
This commit is contained in:
James Crook
2016-07-13 18:32:42 +01:00
committed by GitHub
12 changed files with 30 additions and 228 deletions

View File

@@ -107,10 +107,6 @@
// Paul Licameli (PRL) 29 Nov 2014
// #define EXPERIMENTAL_IMPROVED_SEEKING
// Philip Van Baren 01 July 2009
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function
#define EXPERIMENTAL_USE_REALFFTF
// RBD, 1 Sep 2008
// Enables MIDI Output of NoteTrack (MIDI) data during playback
// USE_MIDI must be defined in order for EXPERIMENTAL_MIDI_OUT to work