Skip to content

Commit b5e6a74

Browse files
nnegreybusunkim96
authored andcommitted
Increase timeout to 5 mins [(#2206)](#2206)
Speech is getting support for 5 minutes of streaming
1 parent 456ff4a commit b5e6a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/microphone/transcribe_streaming_indefinite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from six.moves import queue
3939

4040
# Audio recording parameters
41-
STREAMING_LIMIT = 55000
41+
STREAMING_LIMIT = 290000
4242
SAMPLE_RATE = 16000
4343
CHUNK_SIZE = int(SAMPLE_RATE / 10) # 100ms
4444

0 commit comments

Comments
 (0)