Document ai.multilingual and qualify voice strings with their engine - #578
Open
hey-august wants to merge 19 commits into
Open
Document ai.multilingual and qualify voice strings with their engine#578hey-august wants to merge 19 commits into
ai.multilingual and qualify voice strings with their engine#578hey-august wants to merge 19 commits into
Conversation
Contributor
…nd provider inherit
Devon-White
self-requested a review
August 14, 2026 12:31
Devon-White
previously approved these changes
Aug 14, 2026
… it for multilingual fillers
…ire/docs into august-20260813-add-multilingual
…ting the code list as closed
This was referenced Aug 14, 2026
This was referenced Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documents
ai.multilingualfor SWML.Additions
ai.multilingualreference page, modeled field-by-field against source code. States the mutual exclusivity with regularai.languageson both pages, plus theaimethod (object) page.Changes
enginefor incorrect "bare form" examples: Per AI voice docs: bare voice names break when the default TTS engine changes to ElevenLabs #577 , while the technical reference and TTS pages were correct, a few stray examples passed voice IDs without engine. These examples would only work if the voice ID string matched the platform default engine, which sometimes changes. Every voice example now names its engine.params.languages_enabled: its description previously claimed it enabled multilingualism when it only toggles handling for a languages array.#providersanchorType of Change
Related Issues
#577
Testing
Checklist
Additional Notes
Two corrections to the originating ticket, both verified against source.
multilingualis an object, not a boolean, which is why this is a full reference page rather than a one-line note.