Uses of Class
as.clynx.audio.statistic.AbstractAnalyser

Packages that use AbstractAnalyser
as.clynx.audio.statistic   
as.clynx.gui   
as.clynx.gui.analysis   
as.clynx.util   
 

Uses of AbstractAnalyser in as.clynx.audio.statistic
 

Subclasses of AbstractAnalyser in as.clynx.audio.statistic
 class MinMaxAnalyser
          The class MinMaxAnalyser.java detects the absolute min/max values of the passed audioinput
 class NoAnalyser
          The class NoAnalyser.java does no analysation.
 class StdAnalyser
          The class StdAnalyser.java calculates the upper/lower boundary using the mean and the std of the sample values.
 

Uses of AbstractAnalyser in as.clynx.gui
 

Methods in as.clynx.gui that return AbstractAnalyser
 AbstractAnalyser TabbedSettingsPanel.getAnalyser(javax.sound.sampled.AudioFormat format)
          ANALYSER
 

Uses of AbstractAnalyser in as.clynx.gui.analysis
 

Methods in as.clynx.gui.analysis that return AbstractAnalyser
 AbstractAnalyser AnalysisSelectionPanel.getAnalyser(javax.sound.sampled.AudioFormat format)
          returns the defined analyser
 

Uses of AbstractAnalyser in as.clynx.util
 

Methods in as.clynx.util that return AbstractAnalyser
 AbstractAnalyser SettingControl.getAnalyser(javax.sound.sampled.AudioFormat format)
          returns the defined analyser.
 AbstractAnalyser Constant.getAnalyser(javax.sound.sampled.AudioFormat format)