public class Decoder
Author:
Ravi
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
| Field Summary |
private SpeexDecoder |
|
| Constructor Summary |
public |
|
| Method Summary |
public byte[] |
|
public static void |
|
private SpeexDecoder decoder
public Decoder()
public byte[] decode(byte[] buf)
Parameters:
buf
Return:
speex decoded byte array
public static void main(String args)