chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Add support for specifying a minimum recording duration #605

Closed chenxiaolong closed 1 month ago

chenxiaolong commented 1 month ago

If the recording isn't long enough, it will be discarded at the end of the call. The duration is computed based on the recording duration (number of encoded frames), not the call duration, so it excludes regions where the user explicitly paused the recording and regions where the call was placed on hold.

Similar to the record rules, this can be overridden during the call from BCR's notification.

Fixes: #411 Fixes: #604

chenxiaolong commented 1 month ago

Test build: BCR-1.71.r2.ge5fe6ce-release.zip