diff --git a/entropy.py b/entropy.py index b2d03f7..7158153 100644 --- a/entropy.py +++ b/entropy.py @@ -28,9 +28,9 @@ """ system constants """ -NOISE_SAMPLE = 3 # 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