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

S

Sample - Class in as.clynx.audio.rep
The class Sample.java calculates between samplevalue and byterepresentaion.
Sample() - Constructor for class as.clynx.audio.rep.Sample
 
SampleRateConverter - Class in as.clynx.audio.enc.tools
The class SampleRateConverter.java implements IConverter an converts a passed stream to the defined samplerate.
SampleRateConverter(AudioInputStream, float) - Constructor for class as.clynx.audio.enc.tools.SampleRateConverter
Constructor
save() - Method in class as.clynx.audio.statistic.AbstractAnalyser
saves the result of the analysis
SequencedChannelProvider - Class in as.clynx.audio.mux.streams
The class SequencedChannelProvider.java extends DefaultChannelProvider.
SequencedChannelProvider() - Constructor for class as.clynx.audio.mux.streams.SequencedChannelProvider
Constructor
SequencedStream - Class in as.clynx.audio.mux.streams
The class SequencedStream.java extends AudioStream.
SequencedStream(IAudioFileCollection, int, SettingControl) - Constructor for class as.clynx.audio.mux.streams.SequencedStream
Constructor
setActive(boolean) - Method in class as.clynx.audio.rep.AudioFile
sets the active flag.
setAudioFormat(AudioFormat) - Method in class as.clynx.audio.norm.AbstractCompressor
 
setAudioFormat(AudioFormat) - Method in interface as.clynx.audio.norm.INormalizer
sets the audioformat
setAudioFormat(AudioFormat) - Method in class as.clynx.audio.norm.LinAmplNormalizer
 
setAudioFormat(AudioFormat) - Method in class as.clynx.audio.norm.NoNormalizer
 
setChangeListener(IChangeListener) - Method in class as.clynx.gui.JDefPanel
set the ChangeListener
setCLynxConnector(CLynxConnector) - Method in class as.clynx.CLynx
sets the connector to an external tool in which the CLynx is implemented in the implemented mode.
setDependentPanel(DependentPanel) - Method in class as.clynx.gui.JSelectionPanel
set a Dependent Panel
setDurationInSeconds(float) - Method in class as.clynx.audio.mux.streams.AudioStream
sets the duration in seconds [can be done in runtime]
setEnabled(boolean) - Method in class as.clynx.gui.analysis.AnalysisSelectionPanel
 
setEnabled(boolean) - Method in class as.clynx.gui.JDefPanel
enables/disables all components which are not able to transfer input changes
setEnabled(boolean) - Method in class as.clynx.gui.JSelectionPanel
enables / disables only components which do not allow iputparameter changing
setFadeTimeInSeconds(float) - Method in class as.clynx.audio.mux.streams.AudioStream
sets the crossfade time in seconds [can be done in runtime]
setFadeValue(float) - Method in class as.clynx.audio.mux.streams.AudioStream
sets the master fade value
setFinished(boolean) - Method in class as.clynx.audio.rep.AudioFile
sets the finished flag.
setJProgressBar(JProgressBar) - Method in class as.clynx.util.FileListLoader
sets the progress bar for updating the progress
setMasterVolume(int) - Method in class as.clynx.audio.mux.streams.MultiStream
sets the master volume [takes effect in runtime]
setNext(AudioFile) - Method in class as.clynx.audio.rep.AudioFileList
 
setNext(AudioFile) - Method in interface as.clynx.audio.rep.IAudioFileCollection
sets the audiofile wich should be played next.
setNormalizer(INormalizer) - Method in class as.clynx.audio.rep.AudioFile
set the normalizer
setNormalizer() - Method in class as.clynx.audio.rep.AudioFileList
sets the normalizer to all containing files
setNormalizer() - Method in interface as.clynx.audio.rep.IAudioFileCollection
sets the normalizer to the collection
setSize(JComponent, Dimension) - Static method in class as.clynx.gui.GUIConst
calculates the size of the passed JComponent.
SettingControl - Interface in as.clynx.util
The interface SettingControl.java provieds all methods for getting the parameters.
setUnitCenter(Point, int) - Method in class as.clynx.interfaces.Position2D
sets the center of the unit. if center is not (0/0) the coordinate system is shiftet in that way that center becomes (0/0).
setVolume(int) - Method in class as.clynx.audio.mux.streams.MultiStream
sets the volume [takes effect in runtime]
SignalLocalizer - Class in as.clynx.audio.mux.streams
The abstract class SignalLocalizer.java is extended by classes which calculate the position of signals in x-dim.
SignalLocalizer() - Constructor for class as.clynx.audio.mux.streams.SignalLocalizer
 
size() - Method in class as.clynx.audio.mux.streams.DefaultSampleList
returns the number of samples
size() - Method in class as.clynx.audio.mux.streams.PlayListProvider
returns the NO of containing files
SpinnerNumberModel2 - Class in as.clynx.gui
The class SpinnerNumberModel2.java extends the SpinnerNumberModel. it rounds a float or double value to the specified number of digits. that avoids rounding errors which occure in the normal SpinnerNumberModel.
SpinnerNumberModel2(double, double, double, double, int) - Constructor for class as.clynx.gui.SpinnerNumberModel2
Constructor
SpinnerNumberModel2(float, float, float, float, int) - Constructor for class as.clynx.gui.SpinnerNumberModel2
Constructor
spinnerSize - Static variable in class as.clynx.gui.GUIConst
 
START_PARAMS_DIR - Static variable in class as.clynx.CLynx
 
START_PARAMS_FILE - Static variable in class as.clynx.util.Constant
 
startGUI() - Method in class as.clynx.gui.TabbedSettingsPanel
sets the GUI to startmode
StartUpException - Exception in as.clynx.exceptions
The class StartUpException.java extends Exception and is thrown when the languagefile or startparameter file was not found.
StartUpException() - Constructor for exception as.clynx.exceptions.StartUpException
 
StartUpException(String) - Constructor for exception as.clynx.exceptions.StartUpException
 
StartUpValues - Class in as.clynx.util
The class StartUpValues.java loads all defined parameter for the gui. the parameter must be defined in a propertyfile.
StartUpValues() - Constructor for class as.clynx.util.StartUpValues
Constructor
stateChangedOf(AudioFile) - Method in class as.clynx.audio.rep.AudioFileList
 
stateChangedOf(AudioFile) - Method in interface as.clynx.audio.rep.IAudioFileCollection
awakes when the finished or active flag of a track changes.
STATIC_MODE - Static variable in class as.clynx.audio.mux.streams.AudioStream
 
StdAnalyser - Class in as.clynx.audio.statistic
The class StdAnalyser.java calculates the upper/lower boundary using the mean and the std of the sample values.
StdAnalyser(AbstractMeanCalc, AudioFormat) - Constructor for class as.clynx.audio.statistic.StdAnalyser
Constructor
STEREO - Static variable in class as.clynx.audio.enc.AbstractDecoder
 
stop() - Method in class as.clynx.gui.control.PlayerGUI
sets the player to the stopmode.
stopAction() - Method in class as.clynx.GUIThread
sets the stoped var true
stoped - Static variable in class as.clynx.GUIThread
 
stopGUI() - Method in class as.clynx.gui.TabbedSettingsPanel
sets the GUI to staopmode
stopPressed() - Method in class as.clynx.CLynx
 
stopPressed() - Method in interface as.clynx.gui.control.IPlayerListener
stops the evaluation

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