Package | Description |
---|---|
net.sourceforge.jaad.aac.filterbank | |
net.sourceforge.jaad.aac.gain | |
net.sourceforge.jaad.aac.syntax |
Modifier and Type | Method and Description |
---|---|
void |
FilterBank.process(ICSInfo.WindowSequence windowSequence,
int windowShape,
int windowShapePrev,
float[] _in,
float[] out,
int channel) |
void |
FilterBank.processLTP(ICSInfo.WindowSequence windowSequence,
int windowShape,
int windowShapePrev,
float[] _in,
float[] out) |
Modifier and Type | Method and Description |
---|---|
void |
GainControl.decode(IBitStream _in,
ICSInfo.WindowSequence winSeq) |
void |
GainControl.process(float[] data,
int winShape,
int winShapePrev,
ICSInfo.WindowSequence winSeq) |
Modifier and Type | Method and Description |
---|---|
ICSInfo.WindowSequence |
ICSInfo.getWindowSequence() |
static ICSInfo.WindowSequence |
ICSInfo.WindowSequence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICSInfo.WindowSequence[] |
ICSInfo.WindowSequence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ICSInfo.WindowSequence |
ICSInfo.windowSequenceFromInt(int i) |
Copyright © 2019. All rights reserved.