Uses of Class
comirva.audio.extraction.AudioFeatureExtractor

Packages that use AudioFeatureExtractor
comirva.audio.extraction   
 

Uses of AudioFeatureExtractor in comirva.audio.extraction
 

Subclasses of AudioFeatureExtractor in comirva.audio.extraction
 class FluctuationPatternCentExtractor
          Title: Fluctuation Patterns Description: This class supports the extraction of the so-called "Fluctuation Patterns" from an audio stream.
 class FluctuationPatternExtractor
          Title: Fluctuation Patterns Description: This class supports the extraction of the so-called "Fluctuation Patterns" from an audio stream.
 class MandelEllisExtractor
           
 class SpectralPatternCentExtractor
          Title: Fluctuation Patterns Description: This class supports the extraction of the so-called "Fluctuation Patterns" from an audio stream.
 class TimbreDistributionExtractor
          Timbre Distribution Extractor Description: This class supports the extraction of the "Timbre Distribution" summarizing the timbre of an audio stream.
 

Fields in comirva.audio.extraction declared as AudioFeatureExtractor
(package private)  AudioFeatureExtractor AudioFeatureExtractionThread.featureExtractor
           
 

Constructors in comirva.audio.extraction with parameters of type AudioFeatureExtractor
AudioFeatureExtractionThread(AudioFeatureExtractor featureExtractor, File[] files, Workspace ws, JLabel statusBar)
          Creates a new audio feature extraction thread.