
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
A command-line client for the HTTP server of the MaryTTS Text-to-Speech System implemented in Python 3.
The marytts-cli
command-line client for the MaryTTS Text-to-Speech System is
a handy tool for experimenting with the TTS server itself and for simplifying
the automation process of regular TTS tasks.
It performs a query to the HTTP server of MaryTTS with a range of configurable
parameters and returns the server's response. Input data for the query is read
from stdin
while parameters are set by invoking their corresponding
command-line arguments.
If the query was successful, received output data is written to stdout
and
the program terminates with exit code 0. Otherwise, an error message is
written to stderr
and the program terminates with exit code 1.
To install the required requests
library for Python 3, run:
pip install -r requirements.txt
usage: marytts-cli [-h] [--audio AUDIO] [--input INPUT] [--locale LOCALE]
[--output OUTPUT] [--url URL] [--voice VOICE]
A command-line client for the HTTP server of the MaryTTS Text-To-Speech System.
optional arguments:
-h, --help show this help message and exit
--audio AUDIO set format of MaryTTS audio output
--input INPUT set type of MaryTTS input
--locale LOCALE set identifier of Locale
--output OUTPUT set type of MaryTTS output
--url URL set request URL
--voice VOICE set name of MaryTTS voice
Example
echo "Hello World!" | ./marytts-cli > output.wav
Pull requests, patches and feedback are always welcome. Feel free to use the issue tracker or to contact the author.
trevor <trevor@destroyed.today>
Distributed under the MIT License. See LICENSE
for more information.
FAQs
A command-line client for the HTTP server of the MaryTTS Text-To-Speech System.
We found that marytts-cli 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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.