Skip to content

Commit

Permalink
同样开启调用系统的3A能力。
Browse files Browse the repository at this point in the history
Change-Id: I8ca052eba79164ef3d6461bf424d3c710233ab77
  • Loading branch information
SundoggyNew committed Jan 11, 2024
1 parent 1eaa0c9 commit d53cd6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ public AudioRecordUtil(Context ctx, String id, int sampleRate, int channel, int
context = ctx;
deviceId = id;
this.pitch = pitch;
this.enableAEC = false;
this.enableAGC = false;
this.enableAEC = true;
this.enableAGC = true;
this.audioRecordUtilListener = audioRecordUtilListener;
init(sampleRate, channel, bitDepth);
readThread = new HandlerThread(TAG);
Expand Down

0 comments on commit d53cd6a

Please sign in to comment.