libKeyFinder
A small C++11 library for estimating the musical key of digital audio.
Public Member Functions | Protected Attributes | List of all members
KeyFinder::FftAdapter Class Reference

Public Member Functions

 FftAdapter (unsigned int frameSize)
 
unsigned int getFrameSize () const
 
void setInput (unsigned int sample, double real)
 
void execute ()
 
double getOutputReal (unsigned int bin) const
 
double getOutputImaginary (unsigned int bin) const
 
double getOutputMagnitude (unsigned int bin) const
 

Protected Attributes

unsigned int frameSize
 
FftAdapterPrivate * priv
 

The documentation for this class was generated from the following file: