From 9bbdc30384a40ce2b1c436acbc680b9887ed5155 Mon Sep 17 00:00:00 2001 From: Joseph <joseph.larralde@gmail.com> Date: Tue, 30 May 2017 11:51:24 +0200 Subject: [PATCH] minor changes in headers --- src/machineLearning/machineLearning.h | 2 +- src/signalProcessing/signalProcessing.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/machineLearning/machineLearning.h b/src/machineLearning/machineLearning.h index ceefc42..df2da32 100644 --- a/src/machineLearning/machineLearning.h +++ b/src/machineLearning/machineLearning.h @@ -64,7 +64,7 @@ typedef machineLearning<xmmHmrTool> xmmTemporalRegression; /* typedef machineLearning<GVF> gvf; -*/ +//*/ RAPIDMIX_END_NAMESPACE diff --git a/src/signalProcessing/signalProcessing.h b/src/signalProcessing/signalProcessing.h index 43fbfb2..3edb413 100644 --- a/src/signalProcessing/signalProcessing.h +++ b/src/signalProcessing/signalProcessing.h @@ -23,6 +23,10 @@ typedef maxiFFT FFT; typedef maxiMFCC MFCC; typedef rapidStream rapidStream; //MZ: Best... typedef... EVER! +typedef pipoHost pipoHost; +typedef pipoStreamAttributes pipoStreamAttributes; + + RAPIDMIX_END_NAMESPACE #endif -- GitLab