Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
massmux committed Jun 4, 2021
1 parent 4032c23 commit fe61071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe61071

Please sign in to comment.