diff vamp-sdk/Plugin.h @ 64:9d3272c7db60

* Merge from host-factory-stuff branch: this adds several helper classes in the hostext directory that should make a host's life much easier. This will become version 1.1 of the SDK, eventually.
author cannam
date Fri, 01 Jun 2007 15:10:17 +0000
parents 74822738965b
children 64d45f526afc
line wrap: on
line diff
--- a/vamp-sdk/Plugin.h	Fri Mar 30 17:14:16 2007 +0000
+++ b/vamp-sdk/Plugin.h	Fri Jun 01 15:10:17 2007 +0000
@@ -358,6 +358,7 @@
      * real and imaginary component floats corresponding to bins
      * 0..(blockSize/2) of the FFT output, where bin 0 contains the DC
      * output and bin blockSize/2 corresponds to the Nyquist output.
+     * There will therefore be blockSize+2 floats per channel in total.
      * The timestamp will be the real time in seconds of the centre of
      * the FFT input window (i.e. the very first block passed to
      * process might contain the FFT of half a block of zero samples
@@ -379,7 +380,7 @@
 
     /**
      * Used to distinguish between Vamp::Plugin and other potential
-     * sibling subclasses of PluginBase.  Do not implement this
+     * sibling subclasses of PluginBase.  Do not reimplement this
      * function in your subclass.
      */
     virtual std::string getType() const { return "Feature Extraction Plugin"; }