Skip to content

Commit 158daa0

Browse files
Update ApmViewModel.java
1 parent 8160bb7 commit 158daa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/webrtc/audioprocessing/ApmViewModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
public class ApmViewModel {
55

6-
private String targetPort = "2004";
7-
private String targetIP = "192.168.1.167";
6+
private String targetPort = "1234";
7+
private String targetIP = "0.0.0.0";
88
private String agcCompressionGain = "9";
99
private String agcTargetLevel = "6";
1010
private String aceBufferDelay = "150";

0 commit comments

Comments
 (0)