Mercurial > hg > vamp-fanchirp
comparison FChTransformF0gram.cpp @ 5:cdf7cb06049c
Avoid warning
| author | Chris Cannam |
|---|---|
| date | Tue, 02 Oct 2018 13:07:51 +0100 |
| parents | d912b9d53e50 |
| children | cd6169f7940a |
comparison
equal
deleted
inserted
replaced
| 4:ac5ac9ef440b | 5:cdf7cb06049c |
|---|---|
| 1026 delete [] m_glogs_hf_smoothing_window; | 1026 delete [] m_glogs_hf_smoothing_window; |
| 1027 | 1027 |
| 1028 } | 1028 } |
| 1029 | 1029 |
| 1030 FChTransformF0gram::FeatureSet | 1030 FChTransformF0gram::FeatureSet |
| 1031 FChTransformF0gram::process(const float *const *inputBuffers, Vamp::RealTime timestamp) { | 1031 FChTransformF0gram::process(const float *const *inputBuffers, Vamp::RealTime) { |
| 1032 | 1032 |
| 1033 printf("FUNCTION CALL: %s\n", __FUNCTION__); | 1033 printf("FUNCTION CALL: %s\n", __FUNCTION__); |
| 1034 | 1034 |
| 1035 // // Do actual work! | 1035 // // Do actual work! |
| 1036 // | 1036 // |
