File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
* Automatically detect sample rates supported by the output format's encoder ([ Issue #507 ] , [ PR #508 @chenxiaolong ] )
13
13
* Fixes recording failures on Redmi devices due to the OEM removing support for all non-48kHz sample rates from Android's standard Opus encoder.
14
+ * Fix crash when Android returns a null SubscriptionInfo ([ Issue #513 ] , [ PR #516 @chenxiaolong ] )
15
+ * This can happen for third party applications, like SIP clients, that integrate with Android's telephony framework.
14
16
15
17
### Version 1.61
16
18
@@ -593,6 +595,7 @@ Non-user-facing changes:
593
595
[ Issue #455 ] : https://github.com/chenxiaolong/BCR/issues/455
594
596
[ Issue #491 ] : https://github.com/chenxiaolong/BCR/issues/491
595
597
[ Issue #507 ] : https://github.com/chenxiaolong/BCR/issues/507
598
+ [ Issue #513 ] : https://github.com/chenxiaolong/BCR/issues/513
596
599
[ PR #2 @chenxiaolong ] : https://github.com/chenxiaolong/BCR/pull/2
597
600
[ PR #4 @EleoXDA ] : https://github.com/chenxiaolong/BCR/pull/4
598
601
[ PR #7 @marat2509 ] : https://github.com/chenxiaolong/BCR/pull/7
@@ -820,3 +823,4 @@ Non-user-facing changes:
820
823
[ PR #505 @chenxiaolong ] : https://github.com/chenxiaolong/BCR/pull/505
821
824
[ PR #506 @chenxiaolong ] : https://github.com/chenxiaolong/BCR/pull/506
822
825
[ PR #508 @chenxiaolong ] : https://github.com/chenxiaolong/BCR/pull/508
826
+ [ PR #516 @chenxiaolong ] : https://github.com/chenxiaolong/BCR/pull/516
You can’t perform that action at this time.
0 commit comments