public class AudioPacket extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AudioPacket(VorbisStream vorbis,
BitInputStream source) |
| Modifier and Type | Method and Description |
|---|---|
float[][] |
getFreqencyDomain() |
protected int |
getLeftWindowEnd() |
protected int |
getLeftWindowStart() |
protected int |
getNumberOfSamples() |
int[][] |
getPcm() |
protected void |
getPcm(AudioPacket previousPacket,
byte[] buffer) |
protected int |
getPcm(AudioPacket previousPacket,
int[][] buffer) |
protected int |
getRightWindowEnd() |
protected int |
getRightWindowStart() |
protected float[] |
getWindow() |
protected AudioPacket(VorbisStream vorbis, BitInputStream source) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionprotected int getNumberOfSamples()
protected int getPcm(AudioPacket previousPacket, int[][] buffer)
protected void getPcm(AudioPacket previousPacket, byte[] buffer)
protected float[] getWindow()
protected int getLeftWindowStart()
protected int getLeftWindowEnd()
protected int getRightWindowStart()
protected int getRightWindowEnd()
public int[][] getPcm()
public float[][] getFreqencyDomain()
Copyright © 2017. All rights reserved.