Package org.sheinbergon.aac.encoder.util
Class WAVAudioSupport
- java.lang.Object
-
- org.sheinbergon.aac.encoder.util.WAVAudioSupport
-
public final class WAVAudioSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intEOSEOS character () is used to indicate end-of-input for WAV audio input.static org.apache.commons.lang3.Range<java.lang.Integer>SUPPORTED_CHANNELS_RANGEThe maximum number of channels support by this bridge.static intSUPPORTED_SAMPLE_SIZEThe only supported sample size for fdk-aac for wav audio input is 16 bits.
-
-
-
Field Detail
-
SUPPORTED_SAMPLE_SIZE
public static final int SUPPORTED_SAMPLE_SIZE
The only supported sample size for fdk-aac for wav audio input is 16 bits.- See Also:
- Constant Field Values
-
SUPPORTED_CHANNELS_RANGE
public static final org.apache.commons.lang3.Range<java.lang.Integer> SUPPORTED_CHANNELS_RANGE
The maximum number of channels support by this bridge.
-
EOS
public static final int EOS
EOS character () is used to indicate end-of-input for WAV audio input.- See Also:
- Constant Field Values
-
-