A B C D E F G I J L M N O P Q R S T U V _

A

AbstractAnalyser - Class in as.clynx.audio.statistic
The abstract class AbstractAnalyser.java is extended by all classes which analyse an audiofile for normalization. the result is a max and min value, which is passed to the normalizer.
AbstractAnalyser(AudioFormat) - Constructor for class as.clynx.audio.statistic.AbstractAnalyser
 
AbstractCompressor - Class in as.clynx.audio.norm
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!
AbstractCompressor(float, int, int, int, int) - Constructor for class as.clynx.audio.norm.AbstractCompressor
Constructor
AbstractDecoder - Class in as.clynx.audio.enc
The class AbstractDecoder.java specifies the encoding of all inputdatas. all audiofiles are converted into the specified format before further anaysis, normalization and multiplexing takes place.
AbstractDecoder(AudioFormat.Encoding, boolean, int, int, int, SettingControl) - Constructor for class as.clynx.audio.enc.AbstractDecoder
Constructor
AbstractMeanCalc - Class in as.clynx.audio.statistic
The interface AbstractMeanCalc.java defines a mean calculation.
AbstractMeanCalc() - Constructor for class as.clynx.audio.statistic.AbstractMeanCalc
Constructor
AbstractMeanCalc(AudioFormat) - Constructor for class as.clynx.audio.statistic.AbstractMeanCalc
Constructor
AbstractMUX - Class in as.clynx.audio.mux
The class AbstractMUX.java must be extended by every mixer. it mixes streames to one single outputstream.
AbstractMUX(IAudioFileCollection, AudioStream) - Constructor for class as.clynx.audio.mux.AbstractMUX
Constructor
actionPerformed(ActionEvent) - Method in class as.clynx.CLynx
 
actionPerformed(ActionEvent) - Method in class as.clynx.gui.control.PlayerGUI
 
actionPerformed(ActionEvent) - Method in class as.clynx.gui.mux.MuxSelectionPanel
 
add(int, Integer) - Method in class as.clynx.audio.mux.streams.DefaultSampleList
adds the sample value of trackNO 'index'
add(int, Integer) - Method in class as.clynx.audio.mux.streams.DistanceSampleList
 
add(AudioFile) - Method in class as.clynx.audio.rep.AudioFileList
adds a audiofile to the list and stores the normalizing values
addElement(AudioFile) - Method in class as.clynx.gui.playlist.DefaultListContentProvider
 
addElement(AudioFile) - Method in class as.clynx.gui.playlist.JPlayList
 
addElement(AudioFile) - Method in interface as.clynx.gui.playlist.ListContentProvider
adds an element to the visual representation.
addEmpty() - Method in class as.clynx.audio.mux.streams.DefaultSampleList
adds the values for allready cosed streams (null entries)
addFilesTo(IAudioFileCollection) - Method in class as.clynx.util.FileListLoader
adds the file to the IAudioFileCollection
addValue(int) - Method in class as.clynx.audio.statistic.AbstractMeanCalc
adds a sample value
addValue(int) - Method in class as.clynx.audio.statistic.ArithmeticMean
 
addValue(int) - Method in class as.clynx.audio.statistic.RootMeanSquare
 
ANALYIS - Static variable in class as.clynx.gui.TabbedSettingsPanel
 
analyse(byte[], int) - Method in class as.clynx.audio.statistic.AbstractAnalyser
analyses the bytearray of samplestream
ANALYSER_MIN_MAX - Static variable in class as.clynx.util.Constant
 
ANALYSER_NONE - Static variable in class as.clynx.util.Constant
ANALYSER TYP
ANALYSER_STD - Static variable in class as.clynx.util.Constant
 
AnalyserTool - Class in as.clynx.audio.statistic
The class AnalyserTool.java analyses all passed audiofiles for all possible analysis types parallely.
ANALYSIS_Mirror - Static variable in class as.clynx.gui.GUIConst
 
AnalysisSelectionPanel - Class in as.clynx.gui.analysis
The class AnalysisSelectionPanel.java extends JSelectionPanel allows all possible analyser selection.
AnalysisSelectionPanel() - Constructor for class as.clynx.gui.analysis.AnalysisSelectionPanel
Constructor
App - Class in as.clynx
The class app controls the whole playback. it is started in GUI and Console mode. only the passed SettingConstrol instance defines the mode.
App() - Constructor for class as.clynx.App
 
ArithmeticMean - Class in as.clynx.audio.statistic
The class ArithmeticMean.java calculates the arithmetic mean.
ArithmeticMean(AudioFormat) - Constructor for class as.clynx.audio.statistic.ArithmeticMean
Constructor
ArithmeticMean() - Constructor for class as.clynx.audio.statistic.ArithmeticMean
Constructor
arrange() - Method in class as.clynx.audio.mux.streams.PlayListProvider
arranges the audiofilearray as specified from the indexer.
as.clynx - package as.clynx
 
as.clynx.audio - package as.clynx.audio
 
as.clynx.audio.enc - package as.clynx.audio.enc
 
as.clynx.audio.enc.tools - package as.clynx.audio.enc.tools
 
as.clynx.audio.mux - package as.clynx.audio.mux
 
as.clynx.audio.mux.streams - package as.clynx.audio.mux.streams
 
as.clynx.audio.norm - package as.clynx.audio.norm
 
as.clynx.audio.rep - package as.clynx.audio.rep
 
as.clynx.audio.statistic - package as.clynx.audio.statistic
 
as.clynx.exceptions - package as.clynx.exceptions
 
as.clynx.gui - package as.clynx.gui
 
as.clynx.gui.analysis - package as.clynx.gui.analysis
 
as.clynx.gui.control - package as.clynx.gui.control
 
as.clynx.gui.mux - package as.clynx.gui.mux
 
as.clynx.gui.norm - package as.clynx.gui.norm
 
as.clynx.gui.playlist - package as.clynx.gui.playlist
 
as.clynx.interfaces - package as.clynx.interfaces
 
as.clynx.util - package as.clynx.util
 
ATTACK_TIME - Static variable in class as.clynx.util.Constant
 
AudioFile - Class in as.clynx.audio.rep
The class AudioFile.java represents a loaded audioinstance.
AudioFile(File, Position2D, IAudioFileCollection) - Constructor for class as.clynx.audio.rep.AudioFile
Constructor
AudioFileList - Class in as.clynx.audio.rep
The class AudioFileList.java contains all loaded audiofiles.
AudioFileList(AbstractDecoder, ListContentProvider) - Constructor for class as.clynx.audio.rep.AudioFileList
Constructor
AudioStream - Class in as.clynx.audio.mux.streams
The abstract class AudioStream.java must be extended by all AudioInputStreams with mixerfunction. it reads all audiofiles and mixes the data in specified way.
AudioStream(IAudioFileCollection, SettingControl) - Constructor for class as.clynx.audio.mux.streams.AudioStream
Constructor

A B C D E F G I J L M N O P Q R S T U V _