Browse Source

Add accepted values and an example for some SSML

master
Luc Gommans 7 years ago
parent
commit
5f48057e7c
No account linked to committer's email address
1 changed files with 7 additions and 5 deletions
  1. 7
    5
      docs/markup.md

+ 7
- 5
docs/markup.md View File



## SSML (Speech Synthesis Markup Language) ## SSML (Speech Synthesis Markup Language)


SSML consists of XML-like tags, for example: `Did you mean the <emphasis level="strong"><prosody pitch="75">green</prosody></emphasis> beans?`

The following markup tags and attributes are recognised: The following markup tags and attributes are recognised:


### speak ### speak


### prosody ### prosody


* rate
* volume
* pitch
* range
* rate (`x-slow`, `slow`, `medium`, `fast`, `x-fast` or a percentage such as `125%`)
* volume (`silent`, `x-soft`, `soft`, `medium`, `loud`, `x-loud`, `+1dB` or `-1dB`)
* pitch (a number, for example "75")
* range (`default`, `x-low`, `low`, `medium`, `high`, `x-high`)


### say-as ### say-as




### emphasis ### emphasis


* level
* level (`none`, `reduced`, `moderate`, `strong` or `x-strong`)


### break ### break



Loading…
Cancel
Save