diff options
Diffstat (limited to 'rotord/vampHost.h')
| -rw-r--r-- | rotord/vampHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
