Skip to content
forked from ebragge/LibTDE

Library to calculate time delay between two syncronized audio streams.

License

Notifications You must be signed in to change notification settings

AlfonsoDR/LibTDE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibTDE

Library to calculate time delay between two synchronized audio streams.

Four different methods:

  1. Cross correlation (CC)
  2. Average square difference (ASDF)
  3. Phase transform (PHAT)
  4. 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.

About

Library to calculate time delay between two syncronized audio streams.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.3%
  • C 2.7%