sound
Class UlawCodecSlow
java.lang.Object
sound.UlawCodecSlow
public class UlawCodecSlow
- extends java.lang.Object
Field Summary |
static double |
mu
|
static double |
offset
|
static double |
vmax
|
Method Summary |
static short |
decode(short x)
|
static short[] |
decode(short[] a)
|
static short |
encode(short x)
|
static short[] |
encode(short[] a)
|
static short |
sign(short x)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mu
public static double mu
vmax
public static double vmax
offset
public static double offset
UlawCodecSlow
public UlawCodecSlow()
encode
public static short[] encode(short[] a)
decode
public static short decode(short x)
encode
public static short encode(short x)
sign
public static short sign(short x)
decode
public static short[] decode(short[] a)