to_smd: amazon:effect whisper + mstts:express-as styles; v3 style passthrough - #6
Merged
Merged
Conversation
…-as; v3 style passthrough to_smd now translates <amazon:effect name="whispered"> to the whisper modifier and <mstts:express-as style=…> to the generic style modifier; the ElevenLabs v3 dialect passes style values through as audio tags (v3 tags are open-ended natural language). Together these unblock tts_speak_ssml on ElevenLabs: W3C/Alexa/Azure SSML can round-trip into the model-matched dialect instead of being stripped — pinned by a round-trip test (break → pause tier, prosody → tempo tag, whisper).
4 tasks
willwade
added a commit
that referenced
this pull request
Sep 24, 2026
- integration runner gains a .gemini.ssml arm (11 fixture sets now byte-enforced against Platform::Gemini) - tests/test-data submodule bumped ee7460e -> 22663dc (gemini fixtures; lands on master when PR #6 in speechmarkdown-test-files merges) - cargo fmt (includes some pre-existing drift)
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.
Summary
Completes the SpeechMarkdown side of the
tts_speak_ssml-on-ElevenLabs story (wrapper follow-up incoming):ssml_to_smdtranslates<amazon:effect name="whispered">→(text)[whisper](other effects degrade to text) and<mstts:express-as style="…">→(text)[style:"…"]stylevalues through as audio tags —[cheerful]— since v3 tags are open-ended natural language (pre-v3 dialect keeps dropping them)SSML → SpeechMarkdown → v3 dialect(break→ pause tier,prosody rate→ tempo tag, whisper →[whispers])Test plan
--all-targetsclean