Commit Graph

49 Commits

Author SHA1 Message Date
ehpersonal38 513d093523 fix sox spectrogram title on non ASCII names 2023-04-10 16:38:46 -04:00
ehpersonal38 adefbadb5f Adding support to create minimalist raw spectrogram images 2023-03-06 16:26:29 -05:00
mcguirepr89 7d4dc1643d this now searches for Analyzed within RECS_DIR 2022-06-04 08:10:55 -04:00
mcguirepr89 95d7451596 Looks for ANALYZED anywhere defined in RECS_DIR 2022-05-30 10:24:19 -04:00
mcguirepr89 57778d405f disabling sox warnings 2022-05-16 10:43:33 -04:00
Patrick McGuire 88030e71b6 Makes this thing actually work!
In `sox`, the default syntax `trim` uses for `position` is `+`. This means it is necessary to specify the `=` symbol to get the proper syntax for the `trim` call.
2022-05-15 14:39:10 -04:00
Patrick McGuire 606b75e8fd Update extract_new_birdsounds.sh 2022-05-12 16:50:36 -04:00
Patrick McGuire 49218aee5a Merge pull request #243 from mcguirepr89/rtsp
Rtsp
2022-05-05 10:22:04 -04:00
ehpersonal38 3e2a05a070 Revert "Revert "Fix/midnightbug"" 2022-05-01 15:39:27 -04:00
African Penguin c62a911518 Revert "Fix/midnightbug" 2022-05-01 10:15:50 +02:00
frederik 2ca8fb203b move deleting of old directories to end of processing to minimize the chance we delete unprocessed files 2022-04-25 20:43:30 +02:00
mcguirepr89 70d08ccf14 adjustments to read from rtsp 2022-04-25 09:39:21 -04:00
frederik 4d4fea0f99 add permanent fix for midnight bug 2022-04-24 11:28:40 +02:00
Patrick McGuire 1a748cfe50 silence harmless find errors 2022-04-17 15:02:16 -04:00
Patrick McGuire b382d465a3 Update extract_new_birdsounds.sh 2022-03-18 09:08:53 -04:00
mcguirepr89 ba87759d7d put confidence in quotes to test 2022-03-17 11:02:24 -04:00
Patrick McGuire 82f3d4cda7 allow non "." locale decimal 2022-03-17 10:10:30 -04:00
mcguirepr89 a8b833cd2e I like this so far 2022-02-27 10:06:33 -05:00
mcguirepr89 857fd981a9 rewritten php and some python for SQLITE 2022-02-19 13:09:32 -05:00
mcguirepr89 c0c6d68849 temporary fix for midnight bug 2022-02-17 07:29:05 -05:00
mcguirepr89 073e718cac removing unneeded scripts and adding extractions to logging 2022-02-15 13:48:05 -05:00
mcguirepr89 2c1216aeae adding choice for audio format
changed default format to mp3
sox now handles extraction (instead of ffmpeg)
2022-02-14 13:43:12 -05:00
mcguirepr89 7d9550d134 extractionlength=recordinglength
start=0
end=recordinglength
2022-02-01 08:29:32 -05:00
Patrick McGuire ae3e29ef1d seems to work 2021-10-15 19:48:39 -04:00
Patrick McGuire 245fe0f16c using 20k 2021-10-15 16:24:07 -04:00
Patrick McGuire 2875d987b7 testing new spectrogram view 2021-10-15 16:15:47 -04:00
Patrick McGuire 08074436d6 working on cleanup.sh 2021-10-13 17:18:14 -04:00
Patrick McGuire 560cf34439 adding maraidb support 2021-10-10 15:28:18 -04:00
Patrick McGuire f01b049891 adjusted birdnet_stats.sh and extractions for cleaner extraction 2021-10-09 10:44:32 -04:00
Patrick McGuire 16c61fcc48 removed debugging 2021-10-09 10:02:44 -04:00
Patrick McGuire 6c7f91dfcf testing spectrogram view for all extractions 2021-10-09 10:00:47 -04:00
Patrick McGuire 355188a166 adding small version file for now 2021-10-05 18:25:59 -04:00
Patrick McGuire f04f0721c8 updated birdnet_stats to what was requested 2021-10-05 14:31:56 -04:00
Patrick McGuire 0433b3a5df fixed an issue with extraction service 2021-10-03 17:45:21 -04:00
mcguirepr89 06bb53c811 Update extract_new_birdsounds.sh 2021-10-03 09:09:41 -04:00
Patrick McGuire 88e4553b94 added birdnet.conf changes check -- needs more testing, but seems
to work well
2021-10-02 18:07:15 -04:00
Patrick McGuire 41d4644606 fixed defaults for RECORDING_LENGTH
removed unneeded quotation marks
2021-10-02 09:51:26 -04:00
Patrick McGuire cb102044e6 adding RECORDING_LENGTH and EXTRACTION_LENGTH 2021-10-01 19:35:11 -04:00
Patrick McGuire 9ede00566c added EXTRACTION_LENGTH for testing 2021-10-01 18:44:00 -04:00
Patrick McGuire 010dec34ee more efficient birndet_analysis.service
more efficient extraction.service
cleaner birdnet_analysis logging
cleaner birdnet.conf
functioning species_notifier
2021-09-30 19:23:13 -04:00
Patrick McGuire 9de946d72d more responsive birdnet_analysis.service 2021-09-30 15:39:49 -04:00
Patrick McGuire c2bb057999 tweaking a few fixes 2021-09-30 12:07:47 -04:00
Patrick McGuire ae0b914f87 removed extraction service debugging 2021-09-29 19:27:40 -04:00
Patrick McGuire 9c185d49a2 added support for a custom_species_list.txt file
Added confidence score to extraction file
2021-09-29 17:23:35 -04:00
Patrick McGuire 130901c680 setting recording interval to 9 seconds
extractions now works with date (defaults to current date since analysis
is so quick)
2021-09-29 16:49:55 -04:00
Patrick McGuire ca3b738366 install new By_Common_Name and By_Scientific_Name dirs 2021-09-28 18:42:09 -04:00
Patrick McGuire 1f93be9bab adding scientific name symlinks 2021-09-28 18:35:55 -04:00
Patrick McGuire 7cb436796a extraction service working 2021-09-28 18:29:14 -04:00
Patrick McGuire bc2d3df898 updating references to old repo to new repo 2021-09-28 14:48:25 -04:00