Skip to content

Commit 22fae34

Browse files
committed
同样开启调用系统的3A能力。
Change-Id: I8ca052eba79164ef3d6461bf424d3c710233ab77
1 parent 84ee3ca commit 22fae34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/video-link-android/src/main/java/com/tencent/iot/video/link/util/audio/AudioRecordUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ public AudioRecordUtil(Context ctx, String id, int sampleRate, int channel, int
186186
context = ctx;
187187
deviceId = id;
188188
this.pitch = pitch;
189-
this.enableAEC = false;
190-
this.enableAGC = false;
189+
this.enableAEC = true;
190+
this.enableAGC = true;
191191
this.audioRecordUtilListener = audioRecordUtilListener;
192192
init(sampleRate, channel, bitDepth);
193193
readThread = new HandlerThread(TAG);

0 commit comments

Comments
 (0)