Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How real-time transcription work? #186

Closed
tuotuoshao opened this issue Mar 20, 2024 · 0 comments
Closed

How real-time transcription work? #186

tuotuoshao opened this issue Mar 20, 2024 · 0 comments

Comments

@tuotuoshao
Copy link

I want to understand the differences between streaming and no-streaming transcription.

I have found out the clients and server all provide asynchronous function in streaming, and the clients truncate the audio data with a fixed time interval, and the whisper model is same with no-streaming(I have realized in some streaming asr projects, they use a context model, this may solve my confusion).

What troubles me is that when two truncated audio chunks all include a pronunciation of an character, or the pronunciation durations of this character are all too small, will the result be repeated or error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant