Essentia  2.1-beta6-dev
synth_utils.h File Reference

Go to the source code of this file.

Namespaces

 essentia
 

Functions

void scaleAudioVector (std::vector< Real > &buffer, const Real scale)
 
void cleaningSineTracks (std::vector< std::vector< Real > > &freqsTotal, const int minFrames)
 
void genSpecSines (std::vector< Real > iploc, std::vector< Real > ipmag, std::vector< Real > ipphase, std::vector< std::complex< Real > > &outfft, const int fftSize)
 
void initializeFFT (std::vector< std::complex< Real > > &fft, int sizeFFT)