Package | Description |
---|---|
net.sourceforge.jaad.aac | |
net.sourceforge.jaad.aac.ps | |
net.sourceforge.jaad.aac.sbr | |
net.sourceforge.jaad.aac.syntax | |
net.sourceforge.jaad.aac.tools |
Modifier and Type | Field and Description |
---|---|
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_11025 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_12000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_16000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_22050 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_24000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_32000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_44100 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_48000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_64000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_8000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_88200 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_96000 |
static SampleFrequency |
SampleFrequency.SAMPLE_FREQUENCY_NONE |
Modifier and Type | Method and Description |
---|---|
static SampleFrequency |
SampleFrequency.forFrequency(int i) |
static SampleFrequency |
SampleFrequency.forInt(int i)
Returns a sample frequency instance for the given index.
|
SampleFrequency |
AACDecoderConfig.getSampleFrequency() |
static SampleFrequency[] |
SampleFrequency.values() |
Modifier and Type | Method and Description |
---|---|
void |
AACDecoderConfig.setSampleFrequency(SampleFrequency sampleFrequency) |
Constructor and Description |
---|
PS(SampleFrequency sr,
int numTimeSlotsRate) |
Constructor and Description |
---|
SBR(boolean smallFrames,
boolean stereo,
SampleFrequency sample_rate,
boolean downSampledSBR) |
Modifier and Type | Method and Description |
---|---|
SampleFrequency |
PCE.getSampleFrequency() |
Modifier and Type | Method and Description |
---|---|
void |
ICSInfo.LTPrediction.process(ICStream ics,
float[] data,
FilterBank filterBank,
SampleFrequency sf) |
Modifier and Type | Method and Description |
---|---|
void |
ICPrediction.decode(IBitStream _in,
int maxSFB,
SampleFrequency sf) |
void |
ICPrediction.process(ICStream ics,
float[] data,
SampleFrequency sf) |
void |
TNS.process(ICStream ics,
float[] spec,
SampleFrequency sf,
boolean decode) |
Copyright © 2019. All rights reserved.