Class ClipDelays

java.lang.Object
clipgenerator.localisation.ClipDelays

public class ClipDelays extends Object
Class for calculating clip delays when clip has multiple channels of data. Keep as simple as possible so this code can eventually move to becoming a more general localiser.
Author:
Doug Gillespie
  • Constructor Details

  • Method Details

    • getDelays

      public double[] getDelays(ClipDataUnit clipDataUnit)
      Calculate all the delays from a clip. USe the better, more standardised functions.
      Parameters:
      clipDataUnit -
      Returns:
      an array of delays between the different channels.