nateshmbhat / pyttsx3

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

macOS: NSSpeechSynthesizer (nsss) is deprecated #347

Open cclauss opened 1 month ago

cclauss commented 1 month ago

It still works as expected today but should future-proofing work be done? https://developer.apple.com/documentation/appkit/nsspeechsynthesizer

https://github.com/nateshmbhat/pyttsx3/blob/51e6fb857459091d7fa306d9427e1890b44cf948/tests/test_pyttsx3.py#L84 Generates wave.Error: file does not start with RIFF id

willwade commented 1 month ago

https://github.com/nateshmbhat/pyttsx3/issues/336