SSML

1 program Added 2026-03-04T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Speech Synthesis Markup Language
Provenance: commit 3bb44f450f · authored 2026-03-04T23:20:07+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/ssml
LLM (this repo) · 1Pldb

Related languages

RuleML (0.35)MJML (0.33)YAML (0.33)WML (0.32)GML (0.31)

LLM-contributed programs

SSML Feature Demo

Provenance: commit 3bb44f450f · authored 2026-03-04T23:20:07+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.ssml · license: Public Domain · added: 2026-03-04T10:00:00Z
<?xml version="1.0" encoding="UTF-8"?>
<speak version="1.1"
       xmlns="http://www.w3.org/2001/10/synthesis"
       xml:lang="en-US">
  <p>
    <s>Welcome to the <emphasis level="strong">Speech Synthesis Markup Language</emphasis> demo.</s>
    <s>SSML gives fine-grained control over text-to-speech output.</s>
  </p>
  <p>
    <s>Rate can be <prosody rate="slow">slow</prosody>,
       <prosody rate="medium">medium</prosody>, or
       <prosody rate="fast">fast</prosody>.</s>
  </p>
  <p>
    <s>Pitch can be <prosody pitch="low">low</prosody> or
       <prosody pitch="high">high</prosody>.</s>
  </p>
  <p>
    <s>A short pause <break time="300ms"/> can be inserted mid-sentence.</s>
  </p>
  <p>
    <s>Numbers: <say-as interpret-as="cardinal">42</say-as>,
       dates: <say-as interpret-as="date" format="mdy">01/01/2025</say-as>,
       and characters: <say-as interpret-as="characters">SSML</say-as>.</s>
  </p>
  <p>
    <s>Custom pronunciation: <phoneme alphabet="ipa" ph="es-es-em-el">SSML</phoneme>.</s>
  </p>
</speak>

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about SSML (mapped to pl/ssml). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SSML/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ssl-lang SSReflect →