Mercurial > hg > aimc
view 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 |
line wrap: on
line source
#include "IHC.h" IHC_coefficients::IHC_coefficients(IHC_parameters* IHC_params_p, float fs, int n_ch){ // TODO stuff! } IHC_coefficients::~IHC_coefficients() { // TODO Auto-generated destructor stub }