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
I set the video size to 12 hours and the batch size to 1 hour (I would set it higher, but that's the maximum).
I save the batches to the DCIM folder. I almost always end up with a recording of just one batch.
However, when saving, there is still a long audio processing and creation of the resulting file (essentially just a copy of the batch) in the same folder. Is it possible to just leave the batch as the result when saving if there is only one batch?
The text was updated successfully, but these errors were encountered:
Related to #112
Update the `saveRecording` function in `RecorderEventsHandler.kt` to handle the case where there is only one batch and skip processing.
* Add a check to see if there is only one batch and skip concatenation if true.
* Modify the `saveRecording` function to use the single batch file path if there is only one batch.
* Update the `saveAudioFile` and `saveVideoFile` calls to use the single batch file path if there is only one batch.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Myzel394/Alibi/issues/112?shareId=XXXX-XXXX-XXXX-XXXX).
I set the video size to 12 hours and the batch size to 1 hour (I would set it higher, but that's the maximum).
I save the batches to the DCIM folder. I almost always end up with a recording of just one batch.
However, when saving, there is still a long audio processing and creation of the resulting file (essentially just a copy of the batch) in the same folder. Is it possible to just leave the batch as the result when saving if there is only one batch?
The text was updated successfully, but these errors were encountered: