From 5404f3d60bbfc7a242bea0d19597d216c19f983b Mon Sep 17 00:00:00 2001 From: baxtree Date: Mon, 9 Mar 2020 18:02:58 +0000 Subject: [PATCH] update readme for the new release --- README.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92802f5..e4dfb90 100755 --- a/README.md +++ b/README.md @@ -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| @@ -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 | diff --git a/package-lock.json b/package-lock.json index 6a133c6..ba7638e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wiki2ssml", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3aa5b0c..13ab7bf 100755 --- a/package.json +++ b/package.json @@ -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",