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

Save

save()

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.
File: String ? The file to save the text to, default is = "speech.mp3", only accepts .mp3.
Lang_check: Boolean ? If the text has to be checked on language errors.

Demo:

from text_to_speech import save

save("Hello World", "en", 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.6.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

text_to_speech-1.6.0-py3-none-any.whl (3.2 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