|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.audio.norm.LinAmplNormalizer
public class LinAmplNormalizer
The class LinAmplNormalizer.java normalizes the sample according the minimal and maximal amplitude over all passed audiofiles.
Constructor Summary | |
---|---|
LinAmplNormalizer()
|
Method Summary | |
---|---|
INormalizer |
clone()
returns a clone of the current instance. |
int |
normalizeSample(int sample,
AudioFile file,
IAudioFileCollection list)
returns the normalized samplevalue |
void |
setAudioFormat(javax.sound.sampled.AudioFormat format)
sets the audioformat |
void |
update(int id,
java.lang.Object value)
updates the modifyable parameters of the normalizer instance in runtime. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinAmplNormalizer()
Method Detail |
---|
public int normalizeSample(int sample, AudioFile file, IAudioFileCollection list)
INormalizer
normalizeSample
in interface INormalizer
public void setAudioFormat(javax.sound.sampled.AudioFormat format)
INormalizer
setAudioFormat
in interface INormalizer
public INormalizer clone()
INormalizer
clone
in interface INormalizer
clone
in class java.lang.Object
public void update(int id, java.lang.Object value)
INormalizer
update
in interface INormalizer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |