Loopback
JavaScript is disabled on your browser.

br.usp.ime.dspbenchmarking.algorithms

Class Loopback



  • public class Loopback
    extends DspAlgorithm
    A simple loopback algorithm, that actually does nothing. It is meant to be used as a reference of the minimal time the DSP infrastructure takes.
    • Constructor Detail

      • Loopback

        public Loopback(int sRate,
                int bSize)
    • Method Detail

      • perform

        public void perform(double[] buffer)
        Description copied from class: DspAlgorithm
        This method should be implemented by all DSP algorithms. It is the actual perform function that works over a buffer to modify the audio signal.
        Specified by:
        perform in class DspAlgorithm
      • getAlgorithmName

        public java.lang.String getAlgorithmName()
        Specified by:
        getAlgorithmName in class DspAlgorithm
        Returns:
        The name of the algorithm.