cloudlabs-text-to-speech
3.5
Cloudlabs Text To Speech is a powerful multi-channel platform (MCP) server designed to convert text into audio seamlessly.
Cloudlabs Text To Speech MCP Server supports over 100 languages and offers more than 300 voice options, providing flexibility and a wide range of choices for users. It is known for its high popularity and reliability, with a 9.7 popularity score and a 99% service level. The server delivers fast performance with an average latency of 560ms and supports multiple audio formats, including audio_url
and base64
. Users can access a comprehensive list of languages and voices, including various accents and genders, ensuring both high-quality and versatile audio outputs.
Features
- High Popularity and Reliability: With a 9.7 popularity score and a 99% service level, this server is trusted by users worldwide.
- Fast Performance: Experience quick responses with an average latency of 560ms.
- Multiple Audio Formats: Choose between
audio_url
orbase64
for your audio output format. - Diverse Voice Options: Access a comprehensive list of languages and voices, including various accents and genders.
MCP Tools
- synthesize: This endpoint performs the text-to-audio conversion process.
- languages: This endpoint retrieves a list of available languages supported by the server.
- voices: This endpoint provides a list of available speakers. It includes an optional parameter
language_code
to filter results by specific language codes.
Usage with Different Platforms
mcp
{
"endpoint": "synthesize",
"parameters": {
"text": "Hello, world!",
"language_code": "en-US",
"voice": "en-US-Wavenet-D",
"audio_format": "audio_url"
}
}