Skip to main content

Text to Speech (TTS) library for Python 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak.

Project description

[![Downloads](https://static.pepy.tech/personalized-badge/pyttsx4?period=total&units=international_system&left_color=black&right_color=green&left_text=downloads)](https://pepy.tech/project/pyttsx4) [![Downloads](https://static.pepy.tech/personalized-badge/pyttsx4?period=month&units=international_system&left_color=black&right_color=green&left_text=downloads/month)](https://pepy.tech/project/pyttsx4)

the code is mostly from pyttsx3.

only because the repo pyttsx3 does not update for years and some new feature i want is not here, i cloned this repo.

the changelog:

  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

  5. fix nsss engine: Import super from objc to fix AttributeError by matt-oakes.

NOTE:

if save_to_file with BytesIO, there is no wav header in the BytesIO. the format of the bytes data is that 2-bytes = one sample.

if you want to add a header, the format of the data is: 1-channel. 2-bytes of sample width. 22050-framerate.

how to add a wav header in memory:https://github.com/Jiangshan00001/pyttsx4/issues/2

#TBD: add support for TTS.

# how to use:

install: ` pip install pyttsx4 `

use:

` import pyttsx4 engine = pyttsx4.init() `

the other usage is the same as the pyttsx3


### Full documentation of the Library

https://pyttsx3.readthedocs.io/en/latest/

#### Included TTS engines:

  • sapi5

  • nsss

  • espeak

Feel free to wrap another text-to-speech engine for use with pyttsx3.

### Project Links :

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyttsx4-3.0.9-py3-none-any.whl (29.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page