Mercurial > hg > vamp-libxtract-plugins
comparison plugins/XTractPlugin.h @ 14:0dd75140d034
* Fix crash in spectrum, and add spectrum parameters
* Fix handling of donor for Bark coeffs
author | cannam |
---|---|
date | Tue, 11 Nov 2008 10:35:54 +0000 |
parents | 76e255118810 |
children | d080b51953ba |
comparison
equal
deleted
inserted
replaced
13:cddeaf9f7f1b | 14:0dd75140d034 |
---|---|
83 int m_highestCoef; | 83 int m_highestCoef; |
84 int m_lowestCoef; | 84 int m_lowestCoef; |
85 float **m_mfccFilters; | 85 float **m_mfccFilters; |
86 int m_mfccStyle; | 86 int m_mfccStyle; |
87 | 87 |
88 int m_spectrumType; | |
89 int m_dc; | |
90 int m_normalise; | |
91 | |
88 int *m_barkBandLimits; | 92 int *m_barkBandLimits; |
89 | 93 |
90 static xtract_function_descriptor_t *m_xtDescriptors; | 94 static xtract_function_descriptor_t *m_xtDescriptors; |
91 static int m_xtDescRefCount; | 95 static int m_xtDescRefCount; |
92 xtract_function_descriptor_t *xtDescriptor() { | 96 xtract_function_descriptor_t *xtDescriptor() { |