chenxiaolong / BCR

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

Don't record calls under 10 seconds #411

Closed jbro129 closed 1 month ago

jbro129 commented 1 year ago

Would it be possible for an option to added where you can specify an amount of seconds and if a call doesn't reach that length then it won't be saved or it'll be deleted immediately after the call ends.

Alex2036 commented 6 months ago

@chenxiaolong can you please tell me why you couldn't add such a necessary option? Do you plan to add it in the nearest updates?

chenxiaolong commented 6 months ago

Even though the idea is simple, implementing this in a way that doesn't conflict with BCR's autorecord rules is not trivial.

I think it's a good idea, but I don't expect I'll have time to implement it any time soon.

chenxiaolong commented 1 month ago

Please give the test build at https://github.com/chenxiaolong/BCR/pull/605#issuecomment-2362648389 a try.

Alex2036 commented 1 month ago

Пожалуйста, попробуйте тестовую сборку #605 (комментарий) .

Unfortunately, the tested test assembly records calls immediately after picking up the handset. And the time specified in the options does not fix this. Is it possible to make sure that calls limited to N - amount of time are not recorded in BCR?

chenxiaolong commented 1 month ago

I'm not sure I fully understand what you're saying. It sounds like you're asking for a feature to have a delay the start of the recording? If so, that's not supported.

The feature request from this ticket was for automatically deleting recordings that were shorter than N seconds.

Alex2036 commented 1 month ago

Я не уверен, что полностью понимаю, о чем вы говорите. Похоже, вы просите функцию задержки начала записи? Если так, то это не поддерживается. Yes, it was about that. Thanks for the clarification.