Mercurial > hg > vamp-aubio-plugins
comparison plugins/Mfcc.cpp @ 134:767ead1cee18
plugins/: unused attribute only for gcc
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 12:19:06 +0200 |
parents | 97ffda1a7342 |
children | 4d68433ab5a1 |
comparison
equal
deleted
inserted
replaced
133:f8518e1e57e3 | 134:767ead1cee18 |
---|---|
206 return list; | 206 return list; |
207 } | 207 } |
208 | 208 |
209 Mfcc::FeatureSet | 209 Mfcc::FeatureSet |
210 Mfcc::process(const float *const *inputBuffers, | 210 Mfcc::process(const float *const *inputBuffers, |
211 __attribute__((unused)) Vamp::RealTime timestamp) | 211 UNUSED Vamp::RealTime timestamp) |
212 { | 212 { |
213 FeatureSet returnFeatures; | 213 FeatureSet returnFeatures; |
214 | 214 |
215 if (m_stepSize == 0) { | 215 if (m_stepSize == 0) { |
216 std::cerr << "Mfcc::process: Mfcc plugin not initialised" << std::endl; | 216 std::cerr << "Mfcc::process: Mfcc plugin not initialised" << std::endl; |