Merge branch 'main' into notifications

This commit is contained in:
Patrick McGuire
2022-05-09 16:03:34 -04:00
committed by GitHub
11 changed files with 138 additions and 511 deletions
+7 -4
View File
@@ -126,11 +126,14 @@ CHANNELS=2
FULL_DISK=purge
## PRIVACY_MODE can be set to 'on' or 'off' to configure analysis to be more
## sensitive to human detections. PRIVACY_MODE 'on' will purge any data that
## receives even a low HUMAN_HUMAN confidence score.
## PRIVACY_THRESHOLD can be set to enable sensitivity to Human sounds. This
## setting is an effort to introduce privacy into the data collection.
## The PRIVACY_THRESHOLD value represents a percentage of the entire species
## list used during analysis. If a human sound is predicted anywhere within
## the precentile set below, no data is collected for that audio chunk.
## Valid range: 0-3
PRIVACY_MODE=off
PRIVACY_THRESHOLD=0
## RECORDING_LENGTH sets the length of the recording that BirdNET-Lite will
## analyze.