jvandenaardweg/ssml-split
Splits SSML strings into batches AWS Polly ánd Google's Text to Speech API can consume
When creating long audio content using text-to-speech services like AWS Polly or Google Text-to-Speech, you often run into character limits. This tool takes your full SSML (Speech Synthesis Markup Language) text and automatically breaks it into smaller, valid chunks that these services can process. It's designed for anyone managing voice content production, like podcasters, e-learning creators, or accessibility specialists.
No commits in the last 6 months. Available on npm.
Use this if you need to convert lengthy SSML scripts into audio using AWS Polly or Google Text-to-Speech without manually splitting your content to meet API character limits.
Not ideal if your text-to-speech workflow does not involve SSML or you are using a different text-to-speech provider not supported by this tool.
Stars
15
Forks
1
Language
TypeScript
License
MIT
Category
Last pushed
Sep 25, 2020
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/jvandenaardweg/ssml-split"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
morganney/tts-react
Convert text to speech using React.
petercunha/tts
:pencil: :sound: A simple text-to-speech tool. Converts your text to speech with any Amazon...
eheikes/tts
Tools to convert text to speech :books::speech_balloon:
amazon-archives/amazon-polly-sample
Sample application for Amazon Polly. Allows to convert any blog into an audio podcast.
nodef/extra-amazontts
Generate speech audio from super long text through machine (via "Amazon Polly", "ffmpeg").