Uses of Interface
as.clynx.audio.norm.INormalizer

Packages that use INormalizer
as.clynx.audio.norm   
as.clynx.audio.rep   
as.clynx.gui   
as.clynx.gui.norm   
as.clynx.util   
 

Uses of INormalizer in as.clynx.audio.norm
 

Classes in as.clynx.audio.norm that implement INormalizer
 class AbstractCompressor
          The class AbstractCompressor.java specifies a Compressor as specified in: http://en.wikipedia.org/wiki/Audio_level_compression It Reduces th dynamic range of the inputfile. all samples are transformed to UNSIGNED!
 class Compressor
          The class Compressor.java defines a Compressor without kneefunction.
 class LinAmplNormalizer
          The class LinAmplNormalizer.java normalizes the sample according the minimal and maximal amplitude over all passed audiofiles.
 class NoNormalizer
          The class NoNormalizer.java does nothing than returning the same value which was passed.
 

Methods in as.clynx.audio.norm that return INormalizer
 INormalizer NoNormalizer.clone()
           
 INormalizer LinAmplNormalizer.clone()
           
 INormalizer INormalizer.clone()
          returns a clone of the current instance.
 INormalizer AbstractCompressor.clone()
           
 

Uses of INormalizer in as.clynx.audio.rep
 

Methods in as.clynx.audio.rep with parameters of type INormalizer
 void AudioFile.setNormalizer(INormalizer normalizer)
          set the normalizer
 

Uses of INormalizer in as.clynx.gui
 

Methods in as.clynx.gui that return INormalizer
 INormalizer TabbedSettingsPanel.getNormalizer(IAudioFileCollection collection)
          NORMALIZER
 

Uses of INormalizer in as.clynx.gui.norm
 

Methods in as.clynx.gui.norm that return INormalizer
 INormalizer NormSelectionPanel.getINormalizer(IAudioFileCollection collection)
          returns the current Normalizer
 

Uses of INormalizer in as.clynx.util
 

Methods in as.clynx.util that return INormalizer
 INormalizer SettingControl.getNormalizer(IAudioFileCollection collection)
          returns the defined Normalizer.
 INormalizer Constant.getNormalizer(IAudioFileCollection collection)