nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
2.07k stars 327 forks source link

How i can save voice in a windows file. EX: wav or mp3 #30

Closed AjaxFB closed 4 years ago

AjaxFB commented 5 years ago

pyttsx3 have this feature or not? If not, how you and i can help to development this feature?

Thanks

josephalway commented 5 years ago

The feature has been implemented for MacOS https://github.com/nateshmbhat/pyttsx3/pull/19

The person that added the patch, only had an Apple device, so didn't implement the feature for Windows or Linux. Though it looks like it wouldn't be terribly difficult, if espeak or SAPI5 have that feature. Trying to use the feature with the espeak or SAPI5 engines will throw an exception (NotImplementedError).

I did some research regarding how one would implement the feature using each engine, but I've not tried doing so myself. See here for relevant information I found. https://github.com/nateshmbhat/pyttsx3/issues/7#issuecomment-363887284

JohnTravolski commented 5 years ago

I am also interested in this functionality for Windows. Please let me know if and when it is possible.

maxymczech commented 5 years ago

It is so sad that we cannot have this functionality on Windows :'(

kyb3r commented 5 years ago

Waiting on #57

nateshmbhat commented 4 years ago

Merged #57