Unofficial speechify TTS module
Project description
Unofficial module of the TTS Speechify tool.
Install
pip install speechify
List of voices
DisplayName | Name | Gender | Engine | Language |
---|---|---|---|---|
John | john | male | speechify | en-US |
MrBeast | mrbeast | male | speechify | en-US |
Snoop Dogg | snoop | male | resemble | en-US |
Gwyneth Paltrow | gwyneth | female | speechify | en-US |
Nate | nate | male | speechify | en-US |
Stephanie | stephanie | female | speechify | en-GB |
Jael | iselin | female | azure | nb-NO |
Oskar | finn | male | azure | nb-NO |
Caterina | pernille | female | azure | nb-NO |
Olena | polina | female | azure | uk-UA |
Dmytro | ostap | male | azure | uk-UA |
Example usage
# Import the Speechify API class
from speechify import SpeechifyAPI
# Create an instance of the Speechify API
speechify_api = SpeechifyAPI()
# Get a list of available client voices
client_voices = speechify_api.get_client_voices()
print("Available client voices:", client_voices)
# Define a paragraph of text to convert to speech
paragraph = "Hello, how are you?"
# Generate an audio file for the paragraph using the "mrbeast" voice, "speechify" engine, and "en-US" language
audio_file = speechify_api.generate_audio_files(paragraph, "mrbeast", "speechify", "en-US")
print("Generated audio file:", audio_file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
speechify-0.0.0.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file speechify-0.0.0.tar.gz
.
File metadata
- Download URL: speechify-0.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
8fa57c7a3c20a1fef04adf5d81f568f82bf9538436208206087158a5e9de9fa1
|
|
MD5 |
1eb913d9de425b1da0dcd01fd74b7bba
|
|
BLAKE2b-256 |
ec9a2017ddb2c9335606fbd2e210e290bb6f4e06bf9559aba2c43a6809bd7d96
|
File details
Details for the file speechify-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: speechify-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
302ba43f216ef8b7fa46c3e350a6b6468c2955c6aace11aef34c305bd17161e6
|
|
MD5 |
ba219affab89b866a8593e8683fb6cfa
|
|
BLAKE2b-256 |
4ac0c86d74e5ab741c4bf2cc86459e5eb7eb9641e891c699f8851e9dbd89b238
|