biniu.vorbis
Class Psy

java.lang.Object
  extended by biniu.vorbis.Psy

public class Psy
extends java.lang.Object

* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002 * by the XIPHOPHORUS Company http://www.xiph.org/ * *

Title: EncoderVorbis

Description: Codec for encoding music files (wav -> ogg)


Nested Class Summary
 class Psy.LookPsyGlobal
           
 
Field Summary
static int NOISE_COMPAND_LEVELS
           
static int P_BANDS
           
static float P_LEVEL_0
           
static int P_LEVELS
           
static int P_NOISECURVES
           
 
Constructor Summary
Psy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_BANDS

public static final int P_BANDS
See Also:
Constant Field Values

P_LEVELS

public static final int P_LEVELS
See Also:
Constant Field Values

P_LEVEL_0

public static final float P_LEVEL_0
See Also:
Constant Field Values

P_NOISECURVES

public static final int P_NOISECURVES
See Also:
Constant Field Values

NOISE_COMPAND_LEVELS

public static final int NOISE_COMPAND_LEVELS
See Also:
Constant Field Values
Constructor Detail

Psy

public Psy()