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

Feature Request: Realtime Websocket output with sentence end event #8

Open
EuphieEuphoria opened this issue Jun 10, 2024 · 0 comments

Comments

@EuphieEuphoria
Copy link

Hello! I stumbled across this project from a friend while integrating something similar into Resonite. Currently I am using an implementation of speech to text that uses google's speech API which is prone to text errors. Your implementation solves many of the issues I have had with google's API.

Currently, Resonite supports websocket events by receiving and sending websocket messages. My current implementation live streams the generated text over the websocket connection and finalizes the sentence by sending a message containing [speechEnded]. I am using my own visual code to parse the websocket and display the text in game.

If TaSTT had a similar implementation of websockets, I could completely forgo using google's speech to text API altogether.

My request is the implementation of a locally hosted websocket that broadcasts the text messages generated live and completes the sentence with a dedicated end text message.

(Example in-game receiver I am using currently)
image

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

1 participant