de.sciss.jump3r.mp3.CalcNoiseData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jump3r Show documentation
Show all versions of jump3r Show documentation
Java Unofficial MP3 EncodeR - a Java port of LAME
The newest version!
package de.sciss.jump3r.mp3;
/**
* allows re-use of previously computed noise values
*/
public class CalcNoiseData {
int global_gain;
int sfb_count1;
int step[] = new int[39];
float noise[] = new float[39];
float noise_log[] = new float[39];
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy