Interface FloatPcmAudioFilter

    • Method Detail

      • process

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