What buffer size would be best for streaming using SDK? #224
-
|
I tried 100ms, 200ms buffer size that means sending 100ns/200ms data each time to the server. |
Beta Was this translation helpful? Give feedback.
Answered by
jjmaldonis
Jun 20, 2023
Replies: 1 comment 1 reply
-
|
Hey @LeeKevinXO, we recommend sending between 20ms and 250ms of data at once, so 200ms should work well. If a word gets cut off in the middle of an audio segmentation, the word likely won't get transcribed. Is that what you are seeing? If so, the transcript will update previous results as more audio comes in, so the skipped words should get re-added after a few seconds. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jpvajda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @LeeKevinXO, we recommend sending between 20ms and 250ms of data at once, so 200ms should work well.
If a word gets cut off in the middle of an audio segmentation, the word likely won't get transcribed. Is that what you are seeing? If so, the transcript will update previous results as more audio comes in, so the skipped words should get re-added after a few seconds.