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
feat: migrate Paraformer is_final to use SetOption mechanism (#3310)
Use GetOption("is_final") in OnlineRecognizerParaformerImpl to detect
the final chunk. When is_final is "1", accept short chunks (less
than chunk_size_ frames) and pad with zeros for decoding.
Users can call SetOption("is_final", "1") on the OnlineStream before
the last decode to process the remaining audio frames.
0 commit comments