Home | Trees | Indices | Help |
|
---|
|
object --+ | component.Interface --+ | IProcessor --+ | IAnalyzer
Media item analyzer driver interface. This interface is abstract, it doesn't describe a particular type of analyzer but is rather meant to group analyzers. In particular, the way the result is returned may greatly vary from sub-interface to sub-interface. For example the IValueAnalyzer returns a final single numeric result at the end of the whole analysis. But some other analyzers may return numpy arrays, and this, either at the end of the analysis, or from process() for each block of data (as in Vamp).
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Create a new analyzer.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 15 00:09:37 2013 | http://epydoc.sourceforge.net |