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

Public Member Functions

 ChromaTransform (unsigned int frameRate)
 
std::vector< double > chromaVector (const FftAdapter *const fft) const
 

Protected Member Functions

double kernelWindow (double n, double N) const
 

Protected Attributes

unsigned int frameRate
 
std::vector< std::vector< double > > directSpectralKernel
 
std::vector< unsigned int > chromaBandFftBinOffsets
 

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