Merge pull request #2386 from artie-inc/typo

Fixing typo s/StreamingContext/StreamingState/
This commit is contained in:
lissyx 2019-09-27 10:46:56 +02:00 committed by GitHub
commit f51f9d9704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ using std::vector;
The streaming process uses three buffers that are fed eagerly as audio data
is fed in. The buffers only hold the minimum amount of data needed to do a
step in the acoustic model. The three buffers which live in StreamingContext
step in the acoustic model. The three buffers which live in StreamingState
are:
- audio_buffer, used to buffer audio samples until there's enough data to