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

Recognition: real-time, streaming Whisper recognition #13

Open
rotemdan opened this issue Jul 27, 2023 · 0 comments
Open

Recognition: real-time, streaming Whisper recognition #13

rotemdan opened this issue Jul 27, 2023 · 0 comments
Labels
enhancement New feature or request recognition Issue related to speech recognition

Comments

@rotemdan
Copy link
Member

Tokens are already decoded and displayed live during Whisper decoding, at least on the CLI.

Getting Whisper to recognize in real-time (or at least near real-time) is possible. However:

  • It's really important for me to get a low, usable latency. Preferably something that can be responsive enough for a real-time voice chat with a language model (along with low-latency synthesis, which is already mostly ready).
  • That would require some planning and code reorganization to get right.
  • Need to integrate an effective VAD (voice activity detection) strategy to cut the audio at the right places. Fortunately, Echogarden already has several working VAD implementations.
@rotemdan rotemdan added enhancement New feature or request recognition Issue related to speech recognition labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request recognition Issue related to speech recognition
Projects
None yet
Development

No branches or pull requests

1 participant