Do not load webrtc_aecm module is aec is provided by Android
This commit is contained in:
@@ -20,7 +20,6 @@ object Config {
|
|||||||
if (!File(configPath).exists()) {
|
if (!File(configPath).exists()) {
|
||||||
for (module in AudioActivity.audioModules)
|
for (module in AudioActivity.audioModules)
|
||||||
config = "${config}module ${module}.so\n"
|
config = "${config}module ${module}.so\n"
|
||||||
if (!BaresipService.aec)
|
|
||||||
config = "${config}module webrtc_aecm.so\n"
|
config = "${config}module webrtc_aecm.so\n"
|
||||||
previousConfig = config
|
previousConfig = config
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user