From 1d2d81d7a0b05d6ce14edd7c228f2026755140f1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 5 Apr 2013 17:07:21 +0100 Subject: making audio analysis adapter --- rotord/vampHost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/vampHost.h') diff --git a/rotord/vampHost.h b/rotord/vampHost.h index 942c98b..18fe297 100644 --- a/rotord/vampHost.h +++ b/rotord/vampHost.h @@ -54,6 +54,7 @@ namespace vampHost { Poco::Mutex mutex; //lock for progress data }; class Analyser{ + //can load any vamp analysis plugin and present its data with a unified interface public: bool init(const string &soname,const string &id,const int &_channels,const int &_bits,const int &_samples,const int &_rate,const int &_outputNo=0,const string &_output=""); void process_frame(uint8_t *data,int samples_in_frame); @@ -69,7 +70,6 @@ namespace vampHost { int blockSize,stepSize,overlapSize,finalStepsRemaining,currentStep,outputNo; int in_block,blocks_processed; string output; - float *filebuf; float **plugbuf; }; -- cgit v1.2.3