Spaces:
Runtime error
Runtime error
Misatke in config for 144kHz
Browse files
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 =
|
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
|