We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8160bb7 commit 158daa0Copy full SHA for 158daa0
app/src/main/java/com/webrtc/audioprocessing/ApmViewModel.java
@@ -3,8 +3,8 @@
3
4
public class ApmViewModel {
5
6
- private String targetPort = "2004";
7
- private String targetIP = "192.168.1.167";
+ private String targetPort = "1234";
+ private String targetIP = "0.0.0.0";
8
private String agcCompressionGain = "9";
9
private String agcTargetLevel = "6";
10
private String aceBufferDelay = "150";
0 commit comments