annotate branches/carfac_cpp/src/IHC.cpp @ 570:4b37b53105a3

Add support for outputting featutes using OSC (for use with the Wekinator, etc).
author tomwalters@google.com
date Fri, 22 Jun 2012 12:22:08 +0000
parents 9c4c3675c3f8
children f3dde307f4b8
rev   line source
Ulf@538 1 #include "IHC.h"
Ulf@538 2
Ulf@564 3 IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch){
Ulf@544 4 // TODO stuff!
Ulf@538 5 }
Ulf@538 6
Ulf@538 7 IHC_coefficients::~IHC_coefficients() {
Ulf@544 8 // TODO Auto-generated destructor stub
Ulf@538 9 }