more efficient birndet_analysis.service
more efficient extraction.service cleaner birdnet_analysis logging cleaner birdnet.conf functioning species_notifier
This commit is contained in:
@@ -12,10 +12,10 @@ if pgrep arecord &> /dev/null ;then
|
||||
echo "Recording"
|
||||
else
|
||||
if [ -z ${REC_CARD} ];then
|
||||
arecord -f S16_LE -c${CHANNELS} -r48000 -t wav --max-file-time 9\
|
||||
arecord -f S16_LE -c${CHANNELS} -r48000 -t wav --max-file-time 6\
|
||||
--use-strftime ${RECS_DIR}/%B-%Y/%d-%A/%F-birdnet-${STAMP}.wav
|
||||
else
|
||||
arecord -f S16_LE -c${CHANNELS} -r48000 -t wav --max-file-time 9\
|
||||
arecord -f S16_LE -c${CHANNELS} -r48000 -t wav --max-file-time 6\
|
||||
-D "${REC_CARD}" --use-strftime \
|
||||
${RECS_DIR}/%B-%Y/%d-%A/%F-birdnet-${STAMP}.wav
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user