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

Public Member Functions

 InverseFftAdapter (unsigned int frameSize)
 
unsigned int getFrameSize () const
 
void setInput (unsigned int sample, double real, double imaginary)
 
void execute ()
 
double getOutput (unsigned int bin) const
 

Protected Attributes

unsigned int frameSize
 
InverseFftAdapterPrivate * priv
 

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