Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one Typo error and one structurally incorrect sentence. #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ measures to avoid hitting the timeout. Namely, we use the following strategies:
approaching (this is done using the is_final field from the returned speech
results as they are an estimate of when a pause has happened).
- Close sessions that have been silent for a very long time prior to hitting the
timeout. If someone were to start talking, it is better that that be towards the
timeout. If someone were to start talking, it is better that be towards the
beginning of the session.
- Store a buffer of audio in between sessions and send it once the new session
starts. The device may jump from one network to another, or from network to
Expand Down Expand Up @@ -132,7 +132,7 @@ stream. For every block of audio that is pushed into the Ogg/Opus stream, we
flush the Ogg stream rather than let the ogg library decide on its own when to
push out the next block of data. This causes a slight increase in bitrate, but
a significant reduction in latency. For the curious, deep in our encoder is a
"low_latency_mode" flag. As a user of this library nothing need be done to
"low_latency_mode" flag. As a user of this library nothing needs to be done to
enable that. Just request the following settings for your
CloudSpeechSessionParams:

Expand Down