You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because recording is started using cron periodically (every 10 minutes on the 10th minute) and not otherwise, there is about 5 minutes between when the microphone is connected and recording begins.
The mitigation for this issue is that there is visual indication when the microphone begins recording (the LED is extinguished when the microphone is recording), but this does impact other issues.
The text was updated successfully, but these errors were encountered:
The initial plan for this is to try to switch to using systemd and udev(?) to trigger recording automatically when microphone is attached. This will also be a good pattern for other data sources. It is of value to:
Mark the first recording after the microphone is connected,(to permit / ease time sync based on that time) and
Make recordings of limited duration (to limit exposure of already recorded data due to loss of control of keys that must be in place while recording is occurring).
Because recording is started using cron periodically (every 10 minutes on the 10th minute) and not otherwise, there is about 5 minutes between when the microphone is connected and recording begins.
The mitigation for this issue is that there is visual indication when the microphone begins recording (the LED is extinguished when the microphone is recording), but this does impact other issues.
The text was updated successfully, but these errors were encountered: