libKeyFinder
A small C++11 library for estimating the musical key of digital audio.
|
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 |