We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Elevenlabs is very slow.
We have two options.
We can use the "Luna" voice from Deepgram: https://deepgram.com/ It is very fast and cheap to use, but it is cloud hosted.
The other and better option is using a local voice with VITS. We can use this package to keep it all in node.js https://github.com/ianmarmour/speech-synthesizer
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from ai16z/main
90f8574
merge from main
vladkashka56
No branches or pull requests
Elevenlabs is very slow.
We have two options.
We can use the "Luna" voice from Deepgram: https://deepgram.com/
It is very fast and cheap to use, but it is cloud hosted.
The other and better option is using a local voice with VITS. We can use this package to keep it all in node.js
https://github.com/ianmarmour/speech-synthesizer
The text was updated successfully, but these errors were encountered: