-
-
Notifications
You must be signed in to change notification settings - Fork 309
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] Enable offline Speech-to-Text and Text-to-Speech #1237
Comments
Hi there. Thank you. This is not on our immediate roadmap, but would be a great community contribution. Coqui STT could be implemented as Jovo ASR integration. |
Hi @jankoenig -- just looked into the integration with Lex, and it would be considerably different with Coqui because the user would have their own server running. For example, the user might be running a simple server on their local desktop or they might have spun up a server on their AWS cloud, and using endpoints there. In either case, the API syntax and integration would be identical, but there would be an expectation that the user spins up the server themselves. Not too difficult, but I'm not sure if that's something the Jovo crowd would be interested in. I think the biggest value add for Jovo users would be to be able to test out their voicebots locally, without having an ASR backend running on one of the providers (like Lex). Thoughts? |
This could work similar to our Snips NLU integration where people also have to run their own servers. An integration like this would also be useful for our web starters: |
Yeah, I think a general setup mirroring the Snips approach would work nicely. You know of anyone in your community who might like to hack on this? We're happy to offer support/guidance for using the Coqui tools. |
I think I could give this a spin :) |
@JRMeyer Are there any developer docs on the Coqui APIs for STT and TTS using Node.js or REST? |
👋 hi there!
I'm submitting a...
Expected Behavior
Would be great to be able to test and debug a voice bot without an internet connection. Offline STT and TTS (from @coqui-ai) would make this possible using the existing UX from the new
jovo debugger
Current Behavior
Currently there's no offline STT or TTS
The text was updated successfully, but these errors were encountered: