|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspoke.signal.audio.Ulaw
public class Ulaw
Field Summary | |
---|---|
protected static int[] |
ulaw2int
|
static byte |
ZERO
|
Constructor Summary | |
---|---|
Ulaw()
|
Method Summary | |
---|---|
static byte |
int2ulaw(int x)
|
protected static int |
log2e(int n)
|
static int |
ulaw2int(byte b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte ZERO
protected static int[] ulaw2int
Constructor Detail |
---|
public Ulaw()
Method Detail |
---|
public static int ulaw2int(byte b)
public static byte int2ulaw(int x)
protected static int log2e(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |