G

Add Pronunciation Aliases

Add pronunciation aliases — fix how AI voices say names and brands

Pronunciation aliases tell GSpeech how to speak a word or phrase without changing the visible page text. Use them for brand names, people names, acronyms, and technical terms that modern AI voices still misread.

  • Spoken fix only — the public HTML and SEO text stay as written.
  • Website or widget — set aliases once for a site, or only for one player.
  • Language / locale — optional :en or :en-US when the same spelling needs different speech.
  • Save applies — no separate regenerate ritual; listen, then hard-reload / cache if you still hear the old form.

Open Cloud Console Full aliases blog post All How-tos

Alias line format

One alias per line, colon-separated:

  • find:replacement — global rule for every language.
  • find:replacement:language — language or locale (for example en, en-US, pt).

find is the visible word or phrase. replacement is what the voice should speak. Prefer clear readable words over extreme phonetic spellings. Start broad (global), then add a language or locale rule only when the spoken result truly differs.

How to add pronunciation aliases

  1. Open your website in the GSpeech dashboard.
  2. Open Aliases for the website or for the selected widget.
  3. Add one alias per line using find:replacement or find:replacement:language.
  4. Save — aliases apply automatically. No manual regenerate step.
  5. Listen with the production voice. If you still hear the old pronunciation, hard-reload the page or clear cache.

On WordPress, the cache index updates for you. For custom HTML connection code, bump v_ind (for example ?v_ind=2) so the latest settings load without a hard reload.

Best practices

  • Listen first — modern AI voices already handle most words; alias only real misses.
  • One change at a time — easier to compare before/after.
  • Keep visible text correct — put speech guidance in aliases, not in the public article.
  • Match the active language — the replacement should be readable by the selected voice locale.
  • Website vs widget — brand-wide terms at website level; one-off player quirks at widget level.

Pronunciation aliases FAQ

Short answers for the Cloud Console workflow.

  • What is a pronunciation alias?

    A rule that replaces a written word or phrase with a clearer spoken form before audio is generated. The visible website content stays the same.
  • Do aliases change SEO or on-page text?

    No. Only the speech pipeline uses the replacement. Readers and search engines still see the original HTML.
  • Can the same word sound different in English vs Portuguese?

    Yes. Use language-based or locale-specific lines so each active language gets its own spoken form.
  • Do I need to regenerate audio after changing an alias?

    No separate regenerate step. After Save, the new rules apply. If playback still sounds old, hard-reload or clear cache; on custom embeds, bump v_ind.
  • Should I alias every unusual word?

    No. Listen first, then alias only words that genuinely need a correction for your production voice.

Want examples, locale tables, and the full workflow story? Read the deep dive: Language-based pronunciation aliases.