From f4aace04ca7e14eeffa5e72f548f986a4be0139a Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Mon, 10 Jun 2019 15:55:12 -0600 Subject: [PATCH] Increase timeout to 5 mins Speech is getting support for 5 minutes of streaming --- speech/microphone/transcribe_streaming_indefinite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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