| 
| 
std::vector< float >  | noise | 
|   | noise envelope, representing the original signal minus sine components 
  | 
|   | 
| 
std::vector< float >  | freqs | 
|   | frequencies of the sine components of this frame 
  | 
|   | 
| 
std::vector< float >  | mags | 
|   | magnitudes of the sine components 
  | 
|   | 
| 
std::vector< float >  | phases | 
|   | phases of the sine components 
  | 
|   | 
| 
std::vector< float >  | original_fft | 
|   | original zeropadded FFT data - for debugging only 
  | 
|   | 
| 
std::vector< float >  | debug_samples | 
|   | original audio samples for this frame - for debugging only 
  | 
|   | 
The documentation for this class was generated from the following file: