From 5788eb3df66b637fd63dc9e6e64ce3f1ac9fb573 Mon Sep 17 00:00:00 2001 From: massmux Date: Fri, 4 Jun 2021 06:24:53 +0200 Subject: [PATCH] const fixed --- entropy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entropy.py b/entropy.py index 4788c0a..3ad9744 100644 --- a/entropy.py +++ b/entropy.py @@ -28,9 +28,9 @@ """ system constants """ -NOISE_SAMPLE = 5 # main sampling seconds +NOISE_SAMPLE = 30 # main sampling seconds SHA256_ROUNDS = 2048 # sha256 rounds (number) -NOISE_SAMPLE_SALT = 3 # salt sampling seconds +NOISE_SAMPLE_SALT = 5 # salt sampling seconds SAMPLE_RATE = 44100 # samplerate SAMPLING_FMT = 'wav' IMG_SAMPLES = 64