Package timeside :: Package analyzer :: Module core :: Class Analyzer
[hide private]
[frames] | no frames]

Class Analyzer

source code

         object --+        
                  |        
component.Component --+    
                      |    
         core.Processor --+
                          |
                         Analyzer
Known Subclasses:

Generic class for the analyzers

Nested Classes [hide private]

Inherited from core.Processor: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
setup(self, channels=None, samplerate=None, blocksize=None, totalframes=None)
Allocate internal resources and reset state, so that this processor is ready for a new run.
source code
 
new_result(self, data_mode='value', time_mode='framewise')
Create a new result
source code

Inherited from core.Processor: __del__, __or__, blocksize, channels, mediainfo, post_process, process, release, samplerate, totalframes, uuid

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
id() source code
 
name() source code
 
unit() source code
Properties [hide private]
  results

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

setup(self, channels=None, samplerate=None, blocksize=None, totalframes=None)

source code 

Allocate internal resources and reset state, so that this processor is ready for a new run.

The channels, samplerate and/or blocksize and/or totalframes arguments may be required by processors which accept input. An error will occur if any of these arguments is passed to an output-only processor such as a decoder.

Overrides: core.Processor.setup
(inherited documentation)

new_result(self, data_mode='value', time_mode='framewise')

source code 

Create a new result

Attributes
----------
data_object : MetadataObject
id_metadata : MetadataObject
audio_metadata : MetadataObject
frame_metadata : MetadataObject
label_metadata : MetadataObject
parameters : dict


Property Details [hide private]

results

Get Method:
unreachable.results(self)