Package clipgenerator.localisation
Class ClipDelays
java.lang.Object
clipgenerator.localisation.ClipDelays
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
getDelays
(ClipDataUnit clipDataUnit) Calculate all the delays from a clip.
-
Constructor Details
-
ClipDelays
-
-
Method Details
-
getDelays
Calculate all the delays from a clip. USe the better, more standardised functions.- Parameters:
clipDataUnit
-- Returns:
- an array of delays between the different channels.
-