-
Notifications
You must be signed in to change notification settings - Fork 13
Description
This is an enhancement request
running this as
/usr/local/bin/svar -v --device=plughw:30,0 -l1 --rate=8000 -s 10 --fadeout-lag 10000 /home/svar/rec/top-right/current/TR-%Y-%m-%d-%H%M.%S
This is great as it can capture all traffic on a radio channel, but it's possible that the channel is in use for a long time. An option to force a break of the file would be useful, perhaps at a pause in a range. Like if we could have a setting that says if file is > 3000 and < 3600 seconds, set -s 0 and --fadeout-lag 0 and then end the file when that's true. If file is > 3600 seconds don't wait for the new values of -s and --fadeout-lag to be true, just end and start a new file.
This would be useful as post processing of the files breaks if they are longer than 142 min, while unlikely, it's a remote possibility.