mirror of
https://github.com/correl/turntable.git
synced 2024-11-23 11:09:56 +00:00
Add an additional delay to identification capture
Helps to ensure that the sample falls within the stored fingerprints.
This commit is contained in:
parent
bf70b06e72
commit
d8a175c358
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
FINGERPRINT_DELAY = 5
|
||||
FINGERPRINT_IDENTIFY_DELAY = 5
|
||||
FINGERPRINT_IDENTIFY_SECONDS = 5
|
||||
FINGERPRINT_STORE_SECONDS = 30
|
||||
SAMPLE_SECONDS = 30
|
||||
|
|
Loading…
Reference in a new issue