adding RECORDING_LENGTH and EXTRACTION_LENGTH

This commit is contained in:
Patrick McGuire
2021-10-01 19:35:11 -04:00
parent 9ede00566c
commit cb102044e6
4 changed files with 14 additions and 8 deletions
+2
View File
@@ -8,6 +8,8 @@ else
STAMP="%H:%M:%S"
fi
[ -z RECORDING_LENGTH ] || RECORDING_LENGTH=9
if pgrep arecord &> /dev/null ;then
echo "Recording"
else