Mercurial > hg > match-vamp
diff src/FeatureConditioner.h @ 114:dc9cc3278636 refactors
Comment fix
author | Chris Cannam |
---|---|
date | Thu, 04 Dec 2014 16:51:13 +0000 |
parents | 593054bf6476 |
children | eed5f9594268 |
line wrap: on
line diff
--- a/src/FeatureConditioner.h Thu Dec 04 15:59:31 2014 +0000 +++ b/src/FeatureConditioner.h Thu Dec 04 16:51:13 2014 +0000 @@ -78,10 +78,10 @@ }; /** - * Construct a FeatureExtractor with the given parameters. + * Construct a FeatureConditioner with the given parameters. * - * Note that FeatureExtractor maintains internal frame-to-frame - * state: use one FeatureExtractor per audio source, and construct + * Note that FeatureConditioner maintains internal frame-to-frame + * state: use one FeatureConditioner per audio source, and construct * a new one for each new source. */ FeatureConditioner(Parameters parameters) : m_params(parameters) { }