mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
update qm-dsp library
This commit is contained in:
parent
2a27cc4758
commit
f68d2e06bc
100 changed files with 58968 additions and 55091 deletions
|
|
@ -57,31 +57,31 @@ public:
|
|||
|
||||
private:
|
||||
/* Filter bank parameters */
|
||||
double lowestFrequency;
|
||||
int linearFilters;
|
||||
double lowestFrequency;
|
||||
int linearFilters;
|
||||
double linearSpacing;
|
||||
int logFilters;
|
||||
double logSpacing;
|
||||
|
||||
|
||||
/* FFT length */
|
||||
int fftSize;
|
||||
|
||||
|
||||
int totalFilters;
|
||||
double logPower;
|
||||
|
||||
|
||||
/* Misc. */
|
||||
int samplingRate;
|
||||
int nceps;
|
||||
|
||||
|
||||
/* MFCC vector */
|
||||
double *ceps;
|
||||
|
||||
|
||||
double **mfccDCTMatrix;
|
||||
double **mfccFilterWeights;
|
||||
|
||||
|
||||
/* The analysis window */
|
||||
Window<double> *window;
|
||||
|
||||
|
||||
/* For the FFT */
|
||||
double *realOut;
|
||||
double *imagOut;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue