You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello every one. My problem is to know if pyttsx3 can work as heroku app or can be deploy as cloud app? And if we can create tts api whith it. Because pyttsx3 use our local machine voice. Where can it found voices on cloud? Is another way to install these voices? Please help me. (Sorry for my english. I'm french")
The text was updated successfully, but these errors were encountered:
Hi, hopefully this maybe useful to you or anyone else. Assuming heroku can import the pyttsx3 module it may be possible to save the audio as an .mp3 file server-side. After that the file can be sent to the client and played using a default media player.
Just an update to anyone. It should technically as long as espeak installed on the runner. Like @maskill says use save to file. I’d actually suggest though using a diff voice engine. Take a look at https://github.com/willwade/tts-wrapper and the bytestream methods. I guess if I finish #333 that would be useful in this scenario too.
Hello every one. My problem is to know if pyttsx3 can work as heroku app or can be deploy as cloud app? And if we can create tts api whith it. Because pyttsx3 use our local machine voice. Where can it found voices on cloud? Is another way to install these voices? Please help me. (Sorry for my english. I'm french")
The text was updated successfully, but these errors were encountered: