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

long int return in cross_correlation may be unnecessary #16

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

Ints usually go up to 2,147,483,647, which is far less than what this is going to use.

marioortizmanero commented 4 years ago

This is not always true. Some systems have ints with range -32767 and 32767, which is not enough for this use.