added SENSITIVTY as birdnet.conf variable
This commit is contained in:
@@ -333,7 +333,7 @@ INSTALL_NOMACHINE=y
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#-------------------------------- Defaults ----------------------------------#
|
#-------------------------------- 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._______________________#
|
#__________________don't need to change at all, but can._______________________#
|
||||||
|
|
||||||
## REC_CARD is the sound card you would want the birdnet_recording.service to
|
## REC_CARD is the sound card you would want the birdnet_recording.service to
|
||||||
@@ -380,6 +380,10 @@ OVERLAP="0.0"
|
|||||||
|
|
||||||
CONFIDENCE="0.7"
|
CONFIDENCE="0.7"
|
||||||
|
|
||||||
|
## SENSITIVITY is the detection sensitivity from 0.5-1.5.
|
||||||
|
|
||||||
|
SENSITIVITY="1.25"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#------------------------------ Auto-Generated ------------------------------#
|
#------------------------------ Auto-Generated ------------------------------#
|
||||||
#_____________________The variables below are auto-generated___________________#
|
#_____________________The variables below are auto-generated___________________#
|
||||||
|
|||||||
@@ -208,6 +208,10 @@ OVERLAP="0.0"
|
|||||||
|
|
||||||
CONFIDENCE="0.7"
|
CONFIDENCE="0.7"
|
||||||
|
|
||||||
|
## SENSITIVITY is the detection sensitivity from 0.5-1.5.
|
||||||
|
|
||||||
|
SENSITIVITY="1.25"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#------------------------------ Auto-Generated ------------------------------#
|
#------------------------------ Auto-Generated ------------------------------#
|
||||||
#_____________________The variables below are auto-generated___________________#
|
#_____________________The variables below are auto-generated___________________#
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ run_analysis() {
|
|||||||
--lon "${LONGITUDE}" \
|
--lon "${LONGITUDE}" \
|
||||||
--week "${WEEK}" \
|
--week "${WEEK}" \
|
||||||
--overlap "${OVERLAP}" \
|
--overlap "${OVERLAP}" \
|
||||||
|
--sensitivity "${SENSITIVITY}" \
|
||||||
--min_conf "${CONFIDENCE}"
|
--min_conf "${CONFIDENCE}"
|
||||||
set +x
|
set +x
|
||||||
elif [ -f ${1}/${i} ] && [ -f ${CUSTOM_LIST} ];then
|
elif [ -f ${1}/${i} ] && [ -f ${CUSTOM_LIST} ];then
|
||||||
@@ -62,6 +63,7 @@ run_analysis() {
|
|||||||
--lon "${LONGITUDE}" \
|
--lon "${LONGITUDE}" \
|
||||||
--week "${WEEK}" \
|
--week "${WEEK}" \
|
||||||
--overlap "${OVERLAP}" \
|
--overlap "${OVERLAP}" \
|
||||||
|
--sensitivity "${SENSITIVITY}" \
|
||||||
--min_conf "${CONFIDENCE}" \
|
--min_conf "${CONFIDENCE}" \
|
||||||
--custom_list "${CUSTOM_LIST}"
|
--custom_list "${CUSTOM_LIST}"
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
@@ -354,7 +354,7 @@ INSTALL_NOMACHINE=${INSTALL_NOMACHINE}
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#-------------------------------- Defaults ----------------------------------#
|
#-------------------------------- 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._______________________#
|
#__________________don't need to change at all, but can._______________________#
|
||||||
|
|
||||||
## REC_CARD is the sound card you would want the birdnet_recording.service to
|
## REC_CARD is the sound card you would want the birdnet_recording.service to
|
||||||
@@ -401,6 +401,10 @@ OVERLAP="0.0"
|
|||||||
|
|
||||||
CONFIDENCE="0.7"
|
CONFIDENCE="0.7"
|
||||||
|
|
||||||
|
## SENSITIVITY is the detection sensitivity from 0.5-1.5.
|
||||||
|
|
||||||
|
SENSITIVITY="1.25"
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#------------------------------ Auto-Generated ------------------------------#
|
#------------------------------ Auto-Generated ------------------------------#
|
||||||
#_____________________The variables below are auto-generated___________________#
|
#_____________________The variables below are auto-generated___________________#
|
||||||
|
|||||||
Reference in New Issue
Block a user