bartobri / no-more-secrets

A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add parameter for setting speed

korczis opened this issue · comments

It will be nice to have parameter which can be used for tweaking "processing" speed.

Hi @korczis. There are several speed parameters in the code (nms.c):

#define TYPE_EFFECT_SPEED 4
#define JUMBLE_SECONDS 2
#define JUMBLE_LOOP_SPEED 35
#define REVEAL_LOOP_SPEED 100

These can be tweaked and recompiled to your liking.

Adding parameters for each setting would be messy. The goal of the project is to match the speed shown in the movie.

Thanks,
Brian