Skip to main content

eSpeak NG TTS Bindings for Python3

Copyright 2016-2020 Sayak B. Licenced under GNU GPLv3.

Python Version Linux Windows FOSSA Status

Requirements

You need to have eSpeak NG installed in your system and added to the path.

Windows

The latest installers for eSpeak NG can be found here.

The installed executable may need to be added to the system path. (See here)

Ubuntu & Debian

sudo apt-get update
sudo apt-get install espeak-ng

Others

If eSpeak NG is not available in your package manager, you may need to compile the binaries for your system. Refer to this page for more information.

Installation

PyPi

This library is available on PyPi.

pip install espeakng

GitHub Releases

You can download the latest release for this library here.

Usage

First, we have to initialize a Speaker.

import espeakng

mySpeaker = espeakng.Speaker()

And then use the Speaker.say() method to speak:

mySpeaker.say('Hello, World!')

Calling Speaker.say() will interrupt any ongoing output from the same object immediately.

Use the following code if you wish to wait for any ongoing speech to complete:

mySpeaker.say('I am a demo of the say() method.', wait4prev=True)

Changing speech properties

Pitch

By default the pitch is set at 80.

Change it by:

mySpeaker.pitch = 120

Words per Minute (WPM)

By default WPM is set at 120.

Change it by:

mySpeaker.wpm = 140

Voice

By default the voice is set to 'en'. The complete list of supported voices can be found here.

Change it by:

mySpeaker.voice = 'es'

Export to .WAV file

By default, your text will just be spoken aloud, but if you want it to be written to a .WAV file, you can specify an export_path when calling the say function, as seen below:

mySpeaker.say("Export this to a file", export_path="test.wav")

Special thanks

  • MickeyDelp for wordgap and amplitude controls, and other helper methods.
  • FlorianEagox for the export to WAV file feature.

Download files

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

Source Distribution

espeakng-1.0.5.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

espeakng-1.0.5-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file espeakng-1.0.5.tar.gz.

File metadata

  • Download URL: espeakng-1.0.5.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for espeakng-1.0.5.tar.gz
Algorithm Hash digest
SHA256 f7b34cee6cdcb0bcb4e54ab3800d1384ac4ea81b6d5b0f4d2daa52c28856f091
MD5 a1b4952578aa996b385714b4060ac2cc
BLAKE2b-256 d7097ea4c13cdd901216d9e25b6db65c405f252410b312237f39b36a9d248943

See more details on using hashes here.

File details

Details for the file espeakng-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: espeakng-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for espeakng-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 9d7d5f3b186fa0edeb7af498f085db0076eafd87fa7113c8f7f354eb76e89877
MD5 69bbc5cdd9e0ee2e4a7902cd442c29ec
BLAKE2b-256 12e9d2b4b4d417d752cabb860bee5dc3dd11fdd76ae157a9d0353d5a9d348569

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page