All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.jaad.aac.ps.PSConstants Maven / Gradle / Ivy

There is a newer version: 0.2.5
Show newest version
package net.sourceforge.jaad.aac.ps;

/**
 * This class is part of JAAD ( jaadec.sourceforge.net ) that is distributed
 * under the Public Domain license. Code changes provided by the JCodec project
 * are distributed under FreeBSD license.
 *
 * @author in-somnia
 */
interface PSConstants {

	int MAX_PS_ENVELOPES = 5;
	int NO_ALLPASS_LINKS = 3;
	int NEGATE_IPD_MASK = 0x1000;
	float DECAY_SLOPE = 0.05f;
	float COEF_SQRT2 = 1.4142135623731f;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy