Merge pull request #2386 from artie-inc/typo
Fixing typo s/StreamingContext/StreamingState/
This commit is contained in:
commit
f51f9d9704
|
@ -39,7 +39,7 @@ using std::vector;
|
||||||
|
|
||||||
The streaming process uses three buffers that are fed eagerly as audio data
|
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
|
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:
|
are:
|
||||||
|
|
||||||
- audio_buffer, used to buffer audio samples until there's enough data to
|
- audio_buffer, used to buffer audio samples until there's enough data to
|
||||||
|
|
Loading…
Reference in New Issue