Skip to main content

Eleven Labs' CLI for streaming TTS

Project description

say11

say11 is a command-line utility that leverages Eleven Labs' text-to-speech streaming API. You can easily convert text into speech right from your terminal using this handy tool. It's perfect for developers, content creators, or anyone looking to quickly turn text into audible content.

Prerequisites

Before installing say11, ensure that you have mpv installed on your Mac. You can install it using Homebrew:

brew install mpv
pip install say11

Using say11 is incredibly simple. You can pipe text into the command from stdin, and it will use the Eleven Labs API to convert the text to speech. You can also specify a voice using the -v option.

Examples

Read from a file and convert to speech:

cat text.txt | say11 -v Nicole 
echo "hello there everyone!" | say11 -v Nicole 

Contributing

Contributions are welcome! Feel free to open an issue or create a pull request if you have any improvements or suggestions.

Support

If you encounter any issues or need further assistance, please open an issue in the GitHub repository.

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

say11-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

say11-0.1.0-py3-none-any.whl (2.7 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