public final class WAVAudioSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EOS
EOS character () is used to indicate end-of-input for WAV audio input.
|
static org.apache.commons.lang3.Range<java.lang.Integer> |
SUPPORTED_CHANNELS_RANGE
The maximum number of channels support by this bridge.
|
static int |
SUPPORTED_SAMPLE_SIZE
The only supported sample size for fdk-aac for wav audio input is 16 bits.
|
public static final int SUPPORTED_SAMPLE_SIZE
public static final org.apache.commons.lang3.Range<java.lang.Integer> SUPPORTED_CHANNELS_RANGE
public static final int EOS