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

Consider static variables in cross_correlation #24

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

It's the most resource-heavy function and only having to allocate them once might help? More investigation needed.