Max_speech_duration_s for streaming scenario #520
-
Hi all, Is there a way to limit the maximum speech length in a streaming scenario? Let me share my implementation (V4)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi,
In a streaming scenario we really do not know in advance how long the person would speak. Hence we just provide the minimal example, scaffolding for a streaming scenario. |
Beta Was this translation helpful? Give feedback.
-
I have post a similar issue last year ,see #405. And I think it's a worth solving problem. I will have a try. |
Beta Was this translation helpful? Give feedback.
Hi,
In a streaming scenario we really do not know in advance how long the person would speak.
Also different domains may differ very much in the heuristics that are to be applied on the fly.
Hence we just provide the minimal example, scaffolding for a streaming scenario.
It is assumed that for each domain and application an end user would modify / write the streaming post-processing for himself.
The provided iterator is just a basic demonstration.