Skip to content

Commit

Permalink
Increase timeout to 5 mins (#2206)
Browse files Browse the repository at this point in the history
Speech is getting support for 5 minutes of streaming
  • Loading branch information
nnegrey authored Jul 17, 2019
1 parent 9095b4b commit 4005a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech/microphone/transcribe_streaming_indefinite.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4005a71

Please sign in to comment.