Checking session
Back to Help
Back to workspace
Concept reference

Pronunciation settings

Reusable pronunciation rules for names, invented terms, and other TTS-sensitive words.

Pronunciation settings define how text-to-speech should say specific words or phrases. They are useful for character names, invented terms, uncommon spellings, and words with different spoken forms.

Use a simple written replacement when that is enough. Use provider-specific pronunciation values only when the target voice requires them and the rendered preview confirms the result.

New rules match a Word or phrase literally. Whole words is on and Match case is off by default. The Regular expression checkbox is beside the word/pattern label. Say it as and Phonetic symbols appear alongside each other. Existing regex rules remain regex rules. Advanced users only. Regular expressions are complex: a broad or incorrect pattern can change unintended words throughout the rendered audio. Leave Regular expression unchecked for ordinary names and phrases.
Pronunciation patterns use Python regex, not the JavaScript replacement syntax used by manuscript Find. \b marks a word boundary, \s matches whitespace, \. matches a literal period, and ( ... ) captures matching text (omit the example spaces). For example, pattern \bDr\.(\s) with Say it as Doctor\1 turns Dr. Smith into Doctor Smith; \1 reuses the captured space. Pattern \bcolou?r\b matches color or colour because ? makes the preceding character optional. Matching is case-sensitive unless the pattern uses a flag such as (?i). Avoid broad patterns such as .*. Test matching and nonmatching sentences with Test matches before applying changes, then listen to a short preview. These rules affect TTS output, not manuscript spelling.
Choose Edit / test and a preview voice. Enter a test sentence, then Test matches to see the result without a provider charge. The play icon renders that sentence through all effective draft rules. Replays reuse the completed audio; changing the rules, sentence, or voice requires a new test. Audio previews use the normal funding, quota, and job workflow.
Phonetic symbols take precedence for compatible voices: xAI supports IPA, and Kokoro supports its phonetic alphabet. Text-only adapters use Say it as instead. If no text fallback is set, the original spelling is retained and a warning appears. Effective method identifies which value the selected voice uses.
Select text in the manuscript and choose Add pronunciation to start a rule for the current book. Apply changes stages the rule; Save and close in the parent settings dialog persists it.

Drag pronunciation rows or use their up/down buttons. The first row runs first, followed by each row beneath it. Put more specific or protective patterns above broader patterns when rules can overlap.

Project pronunciations apply broadly. Book pronunciations can override or supplement the project list for one title.