Fix pronunciations
One wrong name ruins the take — teach your workspace how to say it, once.
TTS models guess at names, brands, and jargon — and one wrong name ruins the take. A workspace dictionary entry fixes the word once; the Normalizer applies it on every run from then on. Needs the dictionary:read / dictionary:write scopes.
Add an entry
Two methods:
spelled— a phonetic respelling (“Podonos” → “poh-DOH-nohs”)recorded— reference audio of the word, from an upload
Not sure how to respell it? Ask for a suggestion first:
Entries are per-language — a name said one way in English and another in Korean gets one entry per language.
Review what’s in the dictionary
Dictionary management is SDK/API only for now — the CLI doesn’t cover it yet.
Where it takes effect
The Normalizer applies dictionary entries while rewriting text into spoken form — so the fix reaches every workflow in the workspace that has a Normalizer node, current and future. If a line still comes out wrong, the Accuracy validator is the safety net: it hears the mispronunciation as a word miss and regenerates the line.
Related
- Normalizer — where entries are applied
- Validate every line — catching what slips through
- Upload a file — reference audio for
recordedentries

