Library to calculate time delay between two synchronized audio streams.
Four different methods:
- Cross correlation (CC)
- Average square difference (ASDF)
- Phase transform (PHAT)
- Peak detection (PEAK)
First three methods also have a stepwise version of the function (..._Step) to enable calculation cancellation.
More information Algorithms for time delay calculation.