Skip to main content

A simple text to speech engine

Project description

text-to-speech

npm

This is a simple text to speech engine with some customizable options.

Installation

Run the following to install:

pip install text-to-speech

Usage

Speak

speak()

Params:

Text: String ? The text to be read.
Language: String ? The language (IETF language tag) to read the text in.
Slow: Boolean ? Reads text more slowly.
Save: Boolean ? If the file has to be saved or not.
File: String ? If save == true, the file name to save the mp3 to.

Demo:

from text_to_speech import speak

speak("Hello World", "en", save=True, file="Hello-World.mp3")

License

MIT

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

text_to_speech-1.5.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

text_to_speech-1.5.2-py3-none-any.whl (3.3 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