added spectrogram view for currently analyzing file

Needs to be refreshed, but works
This commit is contained in:
Patrick McGuire
2021-10-07 15:56:44 -04:00
parent b428a278f2
commit b67c7fdf58
5 changed files with 33 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
shell_exec("/home/pi/BirdSongs/Extracted/spectrogram.sh");
header('Location: http://birdnetsystem.local/spectrogram.png');
?>