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

Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size

This commit is contained in:
clayton.otey
2011-07-02 18:42:38 +00:00
parent a17e741abc
commit df9865f26a
19 changed files with 6679 additions and 3268 deletions

View File

@@ -90,6 +90,10 @@
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function
#define EXPERIMENTAL_USE_REALFFTF
// Clayton Otey
// mixed radix sse enabled fft
#define EXPERIMENTAL_USE_MIXEDRADIX_FFT
// 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