Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion speech/microphone/transcribe_streaming_indefinite.py
Original file line numberDiff line numberDiff 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