added SENSITIVTY as birdnet.conf variable

This commit is contained in:
Patrick McGuire
2021-10-01 15:35:01 -04:00
parent 0423350ebf
commit bc60ab697c
4 changed files with 16 additions and 2 deletions
+5 -1
View File
@@ -354,7 +354,7 @@ INSTALL_NOMACHINE=${INSTALL_NOMACHINE}
################################################################################
#-------------------------------- Defaults ----------------------------------#
#________The six variables below are default settings that you (probably)______#
#________The seven variables below are default settings that you (probably)____#
#__________________don't need to change at all, but can._______________________#
## REC_CARD is the sound card you would want the birdnet_recording.service to
@@ -401,6 +401,10 @@ OVERLAP="0.0"
CONFIDENCE="0.7"
## SENSITIVITY is the detection sensitivity from 0.5-1.5.
SENSITIVITY="1.25"
################################################################################
#------------------------------ Auto-Generated ------------------------------#
#_____________________The variables below are auto-generated___________________#