comirva.audio.extraction
Class AudioFeatureExtractor

java.lang.Object
  extended by comirva.audio.extraction.AttributeExtractor
      extended by comirva.audio.extraction.AudioFeatureExtractor
Direct Known Subclasses:
FluctuationPatternCentExtractor, FluctuationPatternExtractor, MandelEllisExtractor, SpectralPatternCentExtractor, TimbreDistributionExtractor

public abstract class AudioFeatureExtractor
extends AttributeExtractor

Audio Feature Extractor

Description:

Well, this class simply exists to further emphasis the strong relation between the Attribute class hierarchy and the AttributeExtractor hierarchy. However, since both Attribute and AudioFeature are abstract there is nothing to implement here.

See Also:
AttributeExtractor

Constructor Summary
AudioFeatureExtractor()
           
 
Method Summary
 
Methods inherited from class comirva.audio.extraction.AttributeExtractor
calculate, copy, getAttributeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioFeatureExtractor

public AudioFeatureExtractor()