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

Can this be used to stream audio over websockets? #5

Open
timmolter opened this issue Jan 11, 2024 · 1 comment
Open

Can this be used to stream audio over websockets? #5

timmolter opened this issue Jan 11, 2024 · 1 comment

Comments

@timmolter
Copy link

... rather then record and entire chunk and at the end send it all at once?

It would be cool if it started streaming the words back, while you were still talking.

@rpdrewes
Copy link
Owner

This could be done, and I have played with it. The interface between the phone (from Konele) and the server supports incremental results. Basically the accumulated audio is reportedly submitted to transcription as audio is gathered. I personally do not like this incremental recognition approach from the client side; I find it distracting. If there is enough demand for this I could add this feature to whisper-websocket-server but I don't plan to right now. You could do it and let us know!

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

No branches or pull requests

2 participants