Text to speech: written text read out loud
Neural text-to-speech turns text into natural-sounding audio, in many languages and voices, and can tell you when each word is spoken.
What is text to speech?
A speech synthesis model reads text aloud. You can mark up the text to control pauses, emphasis and pronunciation, usually with SSML, and many services return the timing of every word so you can highlight text as it is read.
A custom voice built from your own recordings is possible on the big platforms, and it is a larger commitment, legally as well as technically.
Four ways to run it
Each of the big clouds offers it as a managed service, and you can also run it yourself. Same task, a different bill and a different console.
Amazon Polly[1]
The managed text-to-speech service on AWS, with neural voices in many languages and speech marks for word timings.
Official documentation →Azure AI Speech[2]
The managed speech service on Microsoft Azure; text to speech is one of its features, including custom voices.
Official documentation →Text-to-Speech[3]
The managed speech synthesis API on Google Cloud.
Official documentation →Piper[4]
A fast open-source speech synthesis engine that runs on your own machine. Development moved from the archived rhasspy/piper repository to OHF-Voice/piper1-gpl, which is GPL-3.0.
Project page →
Where I used it
Text to speech is not part of my three reference projects, and that is deliberate: most internal tools are read, not listened to. A service existing is not a reason to use it.
Managed and self-hosted together: hybrid
With a ready-made service the call leaves your network. The hybrid decision is what crosses, and in what state: the whole file, a redacted one, or only the part that has to. Where a file may not leave at all, the same step runs with the open-source option inside your building, and only the result, or nothing, crosses.[7]

What would help you next?
Learn to decide
The course “From Managed to Hybrid” teaches where AI should run: what each layer costs, what you operate and where your data has to stay. It is in preparation, with a free live session first.
Linda MohamedAI and cloud consultant, AWS Community Hero, Vienna
Build it with me
Tell me what you want to build. In 30 minutes we check which of the four ways fits your data, your rules and your budget, and whether AWS funding for a proof of concept can cover part of it. How AWS funding works →
You already know what you need
Book the workshop directly:
- AI Concept and Prototype workshops →
Architecture first, priced per service and tested on your data, then a prototype with a go or stop decision. - AI Discovery Workshop →
Sort your ideas into a scored shortlist, so you know which use case to build first.

Read more on ai-solutions.wiki
My open knowledge base, with longer comparisons, pricing notes and sources.
Sources
- Amazon Polly documentation. https://docs.aws.amazon.com/polly/latest/dg/what-is.html
- Azure AI Speech documentation. https://learn.microsoft.com/en-us/azure/ai-services/speech-service/text-to-speech
- Text-to-Speech documentation. https://cloud.google.com/text-to-speech/docs
- Piper. https://github.com/OHF-Voice/piper1-gpl
- Linda Mohamed, course slides “The projects”, MASE-3, FH Burgenland, September 2026
- Linda Mohamed, course slides “How to run AI, layer by layer”, MASE-3, FH Burgenland, September 2026
- NIST glossary: hybrid cloud. https://csrc.nist.gov/glossary/term/hybrid_cloud
- Linda Mohamed, course slides “Start here”, MASE-3, FH Burgenland, September 2026
- Amazon Polly, ai-solutions.wiki. https://ai-solutions.wiki/tools/amazon-polly/
- Azure Speech Services, ai-solutions.wiki. https://ai-solutions.wiki/tools/azure-speech-services/
- Pre-built AI services vs foundation models, ai-solutions.wiki. https://ai-solutions.wiki/comparisons/prebuilt-ai-services-vs-foundation-models/
- rhasspy/piper, archived repository. https://github.com/rhasspy/piper
Links checked September 2026. Product names and features change: check the linked pages before you decide.

