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

[Question] Save speech to bytes #268

Open
egorgam opened this issue Apr 2, 2023 · 3 comments
Open

[Question] Save speech to bytes #268

egorgam opened this issue Apr 2, 2023 · 3 comments

Comments

@egorgam
Copy link

egorgam commented Apr 2, 2023

Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?

@egorgam egorgam changed the title Save speech to bytes [Question] Save speech to bytes Apr 2, 2023
@Jiangshan00001
Copy link

is there any work around it?

@Jiangshan00001
Copy link

Jiangshan00001 commented Apr 7, 2023

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.

@willwade
Copy link
Collaborator

In progress in #333

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

No branches or pull requests

3 participants