Update to RingRTC v2.19.1

This commit is contained in:
Jim Gustafson
2022-03-03 09:38:34 -08:00
committed by Alex Hart
parent 3b1b00027b
commit d935d1deca
3 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ object AudioProcessingMethodSelector {
return when {
FeatureFlags.forceDefaultAec() -> AudioProcessingMethod.Default
hardwareModels.contains(Build.MODEL) -> AudioProcessingMethod.ForceHardware
else -> AudioProcessingMethod.ForceSoftware
else -> AudioProcessingMethod.ForceSoftwareAecM
}
}
}