Files
AvianVisitors/scripts/spectrogram.php
T
Patrick McGuire b67c7fdf58 added spectrogram view for currently analyzing file
Needs to be refreshed, but works
2021-10-07 15:56:44 -04:00

5 lines
132 B
PHP

<?php
shell_exec("/home/pi/BirdSongs/Extracted/spectrogram.sh");
header('Location: http://birdnetsystem.local/spectrogram.png');
?>