Class WAVAudioSupport


  • public final class WAVAudioSupport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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