Microphone Capture Loop script for GNU/Linux.

miccaploop.sh
If you ever need to record from a microphone into separate 1hr chunks over a rolling 12hr window, this script will do that.
It requires FFMPEG to be installed first.
Just finding out the ALSA name for the microphone is half the battle. Use ffmpeg -sources to list all the mics.
Return to projects list.