vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Calculating the Pearson Correlation Coefficient in a different function #29

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

The cross_correlation function is getting way too big. Perhaps moving a few things like the Pearson Correlation Coefficient into different functions will improve its readability. It will also allow the function to be tested independently.