You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a problem with streaming decoding, and all above codes have this problem.
The currently sent data will not be transcribed until 3 seconds later, so the last 3 seconds of text will be lost in the transcribed text of a file. If another 3 seconds of data are sent in, they will not be transcribed. Is there any way to solve this problem? Or let this data be solved immediately without delay? Thanks.
The text was updated successfully, but these errors were encountered:
wav2letter/recipes/streaming_convnets/inference/inference/examples/
InteractiveStreamingASRExample.cpp
MultithreadedStreamingASRExample.cpp
SimpleStreamingASRExample.cpp
I found a problem with streaming decoding, and all above codes have this problem.
The currently sent data will not be transcribed until 3 seconds later, so the last 3 seconds of text will be lost in the transcribed text of a file. If another 3 seconds of data are sent in, they will not be transcribed. Is there any way to solve this problem? Or let this data be solved immediately without delay? Thanks.
The text was updated successfully, but these errors were encountered: