diff --git a/speech/microphone/transcribe_streaming_indefinite.py b/speech/microphone/transcribe_streaming_indefinite.py index f1adb2247f1..c6f3ff97be3 100644 --- a/speech/microphone/transcribe_streaming_indefinite.py +++ b/speech/microphone/transcribe_streaming_indefinite.py @@ -38,7 +38,7 @@ from six.moves import queue # Audio recording parameters -STREAMING_LIMIT = 55000 +STREAMING_LIMIT = 290000 SAMPLE_RATE = 16000 CHUNK_SIZE = int(SAMPLE_RATE / 10) # 100ms