Audacity 3.2.0
|
#include <cassert>
#include <functional>
#include <memory>
#include <vector>
#include "RealFFTf.h"
#include "SampleCount.h"
Go to the source code of this file.
Classes | |
class | SpectrumTransformer |
A class that transforms a portion of a wave track (preserving duration) by applying Fourier transform, then modifying coefficients, then inverse Fourier transform and overlap-add to reconstruct. More... | |
struct | SpectrumTransformer::Window |
Derive this class to add information to the queue. More... | |