Package | Description |
---|---|
net.sourceforge.jaad.aac | |
net.sourceforge.jaad.aac.sbr | |
net.sourceforge.jaad.aac.sbr2 | |
net.sourceforge.jaad.aac.syntax | |
net.sourceforge.jaad.aac.tools |
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 |
DecoderConfig.getSampleFrequency() |
static SampleFrequency |
SampleFrequency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SampleFrequency[] |
SampleFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoderConfig.setSampleFrequency(SampleFrequency sampleFrequency) |
Constructor and Description |
---|
SBR(SampleFrequency sf,
boolean downSampled) |
Constructor and Description |
---|
SBR(SampleFrequency sf,
boolean downSampled) |
Modifier and Type | Method and Description |
---|---|
SampleFrequency |
PCE.getSampleFrequency() |
Modifier and Type | Method and Description |
---|---|
void |
ICPrediction.decode(BitStream in,
int maxSFB,
SampleFrequency sf) |
void |
LTPrediction.process(ICStream ics,
float[] data,
FilterBank filterBank,
SampleFrequency sf) |
void |
ICPrediction.process(ICStream ics,
float[] data,
SampleFrequency sf) |
void |
TNS.process(ICStream ics,
float[] spec,
SampleFrequency sf,
boolean decode) |