Update SrsPublisher.java

camera2
thegobot 4 years ago committed by GitHub
parent fba1588ad6
commit e909604fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ public class SrsPublisher {
if (AcousticEchoCanceler.isAvailable()) {
aec = AcousticEchoCanceler.create(mic.getAudioSessionId());
if (aec != null) {
aec.setEnabled(true);
//aec.setEnabled(true); //android 11 issue low volume
}
}

Loading…
Cancel
Save