Speed flag for auto-decrypt
reesericci opened this issue · 1 comments
reesericci commented
Is there any way you can implement a speed flag for auto-decrypt? I'd like to be able to make the "decryption" faster.
bartobri commented
Hi @reesericci
Thats not on my list of to-dos. The intent is to match the speed of the movie. But if you want, you can decrease (not increase) the JUMBLE_LOOP_SPEED and REVEAL_LOOP_SPEED settings in nmseffect.c before running sudo make install and that will increase the decryption speed. Play around with them until you get what you want.
Thanks for the interest.