Always use software AEC for known-issue ROMs
Previous logic was to always use software AEC for known-issue
ROMs (lineage, calyxos). That was modified with introduction
of Oboe ADM (643f64e
). This commit restores the previous logic
to resolve issues with echo.
Resolves #13925
This commit is contained in:
parent
5769287c77
commit
fd6a02a841
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ object RingRtcDynamicConfiguration {
|
||||||
|
|
||||||
return if (shouldUseOboeAdm()) {
|
return if (shouldUseOboeAdm()) {
|
||||||
when {
|
when {
|
||||||
shouldUseSoftwareAecForOboe() -> AudioProcessingMethod.ForceSoftwareAec3
|
shouldUseSoftwareAecForOboe() || isKnownFaultyHardwareImplementation() -> AudioProcessingMethod.ForceSoftwareAec3
|
||||||
else -> AudioProcessingMethod.ForceHardware
|
else -> AudioProcessingMethod.ForceHardware
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue