Amazetl commited on
Commit
689552d
1 Parent(s): b18b061

Misatke in config for 144kHz

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -32,7 +32,7 @@ CUSTOM_CLASSIFIER = None
32
  # For bats we use: 144000 for 1 sec.
33
  # Note that only SIG_LENGTH * SAMPLING_RATE = 144000 combinations will work,
34
  # values possible e.g. 144000 240000 360000 check your classifier frequency!
35
- SAMPLE_RATE: int = 256000
36
 
37
  # We're using 1-second chunks
38
  SIG_LENGTH: float = 144000 / SAMPLE_RATE
 
32
  # For bats we use: 144000 for 1 sec.
33
  # Note that only SIG_LENGTH * SAMPLING_RATE = 144000 combinations will work,
34
  # values possible e.g. 144000 240000 360000 check your classifier frequency!
35
+ SAMPLE_RATE: int = 144000
36
 
37
  # We're using 1-second chunks
38
  SIG_LENGTH: float = 144000 / SAMPLE_RATE