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

Intervals longer than 30s start to consume too much memory #15

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

If the intervals are extended to something like 1 minute, the memory usage could be too much. Also, the cross_correlation algorithm starts to consume too much CPU after 15s.

Ideas:

marioortizmanero commented 4 years ago

Closing issue, see: https://github.com/vidify/audiosync-rs/issues/2