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 7325051 commit 3929880Copy full SHA for 3929880
speech/cloud-client/src/main/java/com/example/speech/InfiniteStreamRecognize.java
@@ -42,7 +42,7 @@
42
43
public class InfiniteStreamRecognize {
44
45
- private static final int STREAMING_LIMIT = 10000; // 10 seconds
+ private static final int STREAMING_LIMIT = 290000; // ~5 minutes
46
47
public static final String RED = "\033[0;31m";
48
public static final String GREEN = "\033[0;32m";
0 commit comments