Mercurial > hg > match-vamp
changeset 123:3792bcd34470 refactors
Remove unused member
author | Chris Cannam |
---|---|
date | Thu, 11 Dec 2014 10:15:40 +0000 |
parents | eed5f9594268 |
children | 4d9b2670342d |
files | src/FeatureExtractor.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/FeatureExtractor.h Fri Dec 05 10:05:31 2014 +0000 +++ b/src/FeatureExtractor.h Thu Dec 11 10:15:40 2014 +0000 @@ -47,11 +47,6 @@ * bins) instead of the default warped spectrogram */ bool useChromaFrequencyMap; - /** Spacing of audio frames (determines the amount of overlap or - * skip between frames). This value is expressed in - * seconds. */ - double hopTime; - /** Size of an FFT frame in samples. Note that the data passed * in is already in the frequency domain, so this expresses * the size of the frame that the caller will be providing. */