pyttsx3
pyttsx3 copied to clipboard
[Question] Save speech to bytes
Is there any way to don't save generated speech to file, but store it in variable (simply in bytes) like in gTTS?
is there any work around it?
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.