Interface SplitShortPcmAudioFilter

    • Method Detail

      • process

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