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

memmove() could be avoided when calculating the Pearson Coefficient #30

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

Now that I think of it, memmove isn't really needed to calculate the Pearson Coefficient. It would be more efficient to pass the Pearson Coefficient method two offsets to access the data from the resulting array. This should be done after #29 is finished.

marioortizmanero commented 4 years ago

Closed by #38