This commit is contained in:
ehpersonal38
2023-02-05 13:20:15 -05:00
parent dc70f262c0
commit b76b358d7a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ SITE_NAME=""
#--------------------------------- Model --------------------------------------#
#_____________The variable below configures which BirdNET model is_____________#
#______________________used for detecting bird audio.__________________________#
#_It's recommended that you only change these values through the web interface.#
MODEL=BirdNET_6K_GLOBAL_MODEL
SF_THRESH=0.03
+1
View File
@@ -30,6 +30,7 @@ LONGITUDE=$(curl -s4 ifconfig.co/json | jq .longitude)
#--------------------------------- Model --------------------------------------#
#_____________The variable below configures which BirdNET model is_____________#
#______________________used for detecting bird audio.__________________________#
#_It's recommended that you only change these values through the web interface.#
MODEL=BirdNET_6K_GLOBAL_MODEL
SF_THRESH=0.03