Uses of Class
comirva.audio.feature.AudioFeature

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

Uses of AudioFeature in comirva.audio.extraction
 

Fields in comirva.audio.extraction with type parameters of type AudioFeature
(package private)  List<AudioFeature> AudioFeatureExtractionThread.features
           
 

Methods in comirva.audio.extraction that return AudioFeature
 AudioFeature MandelEllisExtractor.calculate(File input)
           
 

Uses of AudioFeature in comirva.audio.feature
 

Subclasses of AudioFeature in comirva.audio.feature
 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 with parameters of type AudioFeature
 double TimbreDistribution.getDistance(AudioFeature f)
          Computes the distance between two timbre distributions representing two songs.
 double SpectralPatternCent.getDistance(AudioFeature f)
          Computes the distance between two fluctuation patterns representing two songs.
 double MandelEllis.getDistance(AudioFeature f)
           
 double FluctuationPatternCent.getDistance(AudioFeature f)
          Computes the distance between two fluctuation patterns representing two songs.
 double FluctuationPattern.getDistance(AudioFeature f)
          Computes the distance between two fluctuation patterns representing two songs.
abstract  double AudioFeature.getDistance(AudioFeature f)
          Measures the similarity/dissimilarity of two audio streams characterized by two audio features.