Skip to main content

A wrapper for espeak for python3

Project description

About

Speake3 library provides a wrapper around Espeak to easily write efficient programs utilizing the text-to-speech functionalities of espeak tts engine in Python.

Features

  • Queueing of text to convert to speech

  • Able to manipulate Espeak filters to alter how voices sounds

Quick start

>>> import speake3
>>>
>>> engine = speake3.Speake()
>>> engine.set('voice', 'en')
>>> engine.set('amplitude', '107')
>>> engine.set('pitch', '99')
>>> engine.say("Hello world!")
>>> engine.talkback()

Project details


Download files

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

Source Distribution

speake3-0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

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