mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-04 15:50:10 +01:00
Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze.
This commit is contained in:
@@ -142,8 +142,7 @@ public:
|
||||
int numPixels, double t0, double pixelsPerSecond, bool &isLoadingOD);
|
||||
bool GetSpectrogram(float *buffer, sampleCount *where,
|
||||
int numPixels,
|
||||
double t0,
|
||||
double pixelsPerSecond,
|
||||
double t0, double pixelsPerSecond,
|
||||
bool autocorrelation);
|
||||
bool GetMinMax(float *min, float *max, double t0, double t1);
|
||||
bool GetRMS(float *rms, double t0, double t1);
|
||||
|
||||
Reference in New Issue
Block a user