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
Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?
The text was updated successfully, but these errors were encountered:
is there any work around it?
Sorry, something went wrong.
i checked the PR, and find one code, and merged to this:
https://github.com/Jiangshan00001/pyttsx4
using
pip install pyttsx4
for using it.
import pyttsx4 engine = pyttsx4.init()
no conflit with the pyttsx3 package.
In progress in #333
No branches or pull requests
Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?
The text was updated successfully, but these errors were encountered: