| Package | Description |
|---|---|
| org.jflac | |
| org.jflac.io | |
| org.jflac.sound.spi | |
| org.jflac.util |
| Modifier and Type | Method and Description |
|---|---|
ByteData |
FLACDecoder.decodeFrame(Frame frame,
ByteData pcmData)
Fill the given ByteData object with PCM data from the frame.
|
| Modifier and Type | Method and Description |
|---|---|
ByteData |
FLACDecoder.decodeFrame(Frame frame,
ByteData pcmData)
Fill the given ByteData object with PCM data from the frame.
|
void |
PCMProcessor.processPCM(ByteData pcm)
Called when each data frame is decompressed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BitInputStream.readUTF8Int(ByteData raw)
read UTF8 integer.
|
long |
BitInputStream.readUTF8Long(ByteData raw)
read UTF long.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flac2PcmAudioInputStream.processPCM(ByteData pcm)
Process the decoded PCM bytes.
|
| Modifier and Type | Method and Description |
|---|---|
ByteData |
PCMDecoder.getFrame(Frame frame,
ChannelData[] channelData)
Write a WAV frame record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavWriter.writePCM(ByteData space)
Write the PCM data.
|
Copyright © 2004–2017. All rights reserved.