Skip to content

Releases: Jiangshan00001/pyttsx4

3.0.14

17 Jun 10:33
Compare
Choose a tag to compare
new version 3.0.14

change nsss say function in order to avoid a callback bug.

3.0.13

14 Jun 15:55
Compare
Choose a tag to compare
revert an fix for save_to_file empty file os macos

3.0.7

14 Apr 08:51
Compare
Choose a tag to compare

add memory support for sapi5
add memory support for espeak(espeak is not tested). eg:
b = BytesIO()
engine.save_to_file('i am Hello World', b)
engine.runAndWait()
fix VoiceAge key error

fix for sapi save_to_file when it run on machine without outputsream device.

fix save_to_file does not work on mac os ventura error. --3.0.6

add pitch support for sapi5(not tested yet). --3.0.7