Uses of Class
comirva.audio.feature.Attribute

Packages that use Attribute
comirva.audio.extraction   
comirva.audio.feature   
 

Uses of Attribute in comirva.audio.extraction
 

Methods in comirva.audio.extraction that return Attribute
 Attribute TimbreDistributionExtractor.calculate(File input)
          This method is used to calculate the timbre distribution for a whole song.
 Attribute SpectralPatternCentExtractor.calculate(File input)
          This method is used to calculate the fluctuation pattern for a whole song.
 Attribute FluctuationPatternExtractor.calculate(File input)
          This method is used to calculate the fluctuation pattern for a whole song.
 Attribute FluctuationPatternCentExtractor.calculate(File input)
          This method is used to calculate the fluctuation pattern for a whole song.
abstract  Attribute AttributeExtractor.calculate(File input)
          This method encapsulates the attribute extraction process.
 

Uses of Attribute in comirva.audio.feature
 

Subclasses of Attribute in comirva.audio.feature
 class AudioFeature
          An audio feature is a special attribute designed to describe characteristics of audiostreams.
 class FluctuationPattern
          Fluctuation Pattern Description: The Fluctuation Pattern is an audio feature trying to describe the rhythmic structure of a song.
 class FluctuationPatternCent
          Fluctuation Pattern Description: The Fluctuation Pattern is an audio feature trying to describe the rhythmic structure of a song.
 class MandelEllis
           
 class SpectralPatternCent
          Fluctuation Pattern Description: The Fluctuation Pattern is an audio feature trying to describe the rhythmic structure of a song.
 class TimbreDistribution
          Timbre Distribution Description: Represents a similarity measure based on the song's timbre.
 

Methods in comirva.audio.feature that return Attribute
static Attribute Attribute.readAttribute(XMLStreamReader parser)
          Supports reading Attribute objects from a xml input stream.