diff options
Diffstat (limited to 'rotord/rotor.cpp')
| -rw-r--r-- | rotord/rotor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rotord/rotor.cpp b/rotord/rotor.cpp index 2cd894f..af0bd7e 100644 --- a/rotord/rotor.cpp +++ b/rotord/rotor.cpp @@ -567,4 +567,10 @@ int Audio_analysis::process_frame(uint8_t *data,int samples_in_frame) { } void Audio_analysis::cleanup() { analyser.cleanup(); + //print_features(); } +void Audio_analysis::print_features(){ + for (auto i: analyser.features) { + cerr<<i.second<<" "<<i.first<<endl; + } +}
\ No newline at end of file |
