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.
Release files for say11 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| say11-0.1.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| say11-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:4.9 kB
Release files / say11-0.1.0.tar.gz
| Download URL | say11-0.1.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb8f5ef8f5d93275e01384e2f470133e162326f1a79e540a5dbb01494fdc2280
|
|
BLAKE2b-256 checksum How to use checksums |
0f5caa3ef6a55f83196fc45dcdc133ad8cdba8f5dd6b0eedca247f0801ec18e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.11.4 Darwin/21.6.0
|
Release files / say11-0.1.0-py3-none-any.whl
| Download URL | say11-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4e0e726e677e290d0c1e80eac28249264fc73fc4b00f8f9c6b08e24501253b96
|
|
BLAKE2b-256 checksum How to use checksums |
88506502ab916ce1822931eff04830e3ecba078daaebeff37aaf6862d0ef3895
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.4.2 CPython/3.11.4 Darwin/21.6.0
|