Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 666 Bytes

README.rst

File metadata and controls

34 lines (17 loc) · 666 Bytes

pyttsx4 is a text-to-speech conversion library in Python.

it is all from pyttsx3:

the changelog and update is listed below:

  1. add memory support for sapi5
  2. add memory support for espeak(espeak is not tested). eg:

` b = BytesIO() engine.save_to_file('i am Hello World', b) engine.runAndWait() `

  1. fix VoiceAge key error
  2. fix for sapi save_to_file when it run on machine without outputsream device.
  3. fix save_to_file does not work on mac os ventura error. --3.0.6
  4. add pitch support for sapi5(not tested yet). --3.0.8