Interface ShortPcmAudioFilter

    • Method Detail

      • process

        void process​(short[] input,
                     int offset,
                     int length)
              throws java.lang.InterruptedException
        Parameters:
        input - Array of samples
        offset - Offset in the array
        length - Length of the sequence in the array
        Throws:
        java.lang.InterruptedException - When interrupted externally (or for seek/stop).
      • process

        void process​(java.nio.ShortBuffer buffer)
              throws java.lang.InterruptedException
        Parameters:
        buffer - The buffer of samples
        Throws:
        java.lang.InterruptedException - When interrupted externally (or for seek/stop).