Skip to content

Commit

Permalink
update readme for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
baxtree committed Mar 9, 2020
1 parent 959954f commit 5404f3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $ yarn add wiki2ssml
| [[mark:NAME]] | Mark referencing a location |
| [[seeAlso:URI] | URI providing additional information about marked-up content]
| [[cacheControl:no-cache]] | No caching on marked-up content |
| [[lexicon:URI,type:TEXT]] | Location of the lexicon document and its media type |
| *[[...]][[...]]...[[...]]* | <par> time container with one or more markups|
| #[[...]][[...]]...[[...]]# | <seq> time container with one or more markups|

Expand All @@ -63,6 +64,7 @@ $ yarn add wiki2ssml
| [[amzDefaultAutoBreaths]] | Default breathing based on the automated model |
| [[amzSpeakingStyle:STYLE|TEXT]] | Speaking style |
| [[amzEmotion:EMOTION,amzIntensity:SCALE|TEXT]] | Speaking emotionally |
| [[amzMaxDuration:DURATION#124;TEXT]] | Maximum Speech duration |
| [[gglMediaSpeak|TEXT]] | Media container for speech |
| [[gglMediaSpeakEnd:DURATION|TEXT]] | Media container for speech with the ending time |
| [[gglMediaSpeakFadeIn:DURATION,gglMediaSpeakFadeOut:DURATION|TEXT]] | Media container for speach with fade |
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wiki2ssml",
"version": "0.2.10",
"version": "0.2.11",
"description": "Wiki2SSML provides the WikiVoice markup language used for fine-tuning synthesised voice.",
"license": "Apache-2.0",
"main": "index.js",
Expand Down

0 comments on commit 5404f3d

Please sign in to comment.