
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A simple Python package to interact with the free image-upscaling.net text to speech API.
Install the package using pip:
pip install text-to-speech-api
The submit
function sends an image for upscaling.
Note: The client_id
must be a 32-digit hexadecimal string of your choice to identify your requests.
from text_to_speech_api import submit
res = submit(client_id, "Hello world", "am_adam", speed=1.2)
client_id
(str): Your 32-digit hexadecimal client ID.text
(str): Your text to processvoice
(str): Select a voicespeed
(float): set output speedThe get_status
function retrieves the status of your requests.
from text_to_speech_api import get_status
results = get_status(client_id)
a list of (id, output_path) for your requests
This project is fully donation-funded. If you find it useful, please consider making a contribution to help cover server costs and ensure its continued availability.
At the moment, the service is free to use, but its future depends on community support. If donations are insufficient to maintain operations, it may not be possible to sustain long-term availability.
Join our Discord for updates, discussions, or support: https://discord.gg/utXujgAT8R
This project is licensed under the MIT License.
FAQs
image-upscaling.net api client
We found that text-to-speech-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.