Skip to content

Commit

Permalink
Merge pull request #19 from baxtree/development
Browse files Browse the repository at this point in the history
support lexicon, amazon:max-duration and amazon:domain conversational style and fix google media begin/end time
  • Loading branch information
baxtree authored Mar 9, 2020
2 parents 0be4037 + 5404f3d commit a0c262b
Show file tree
Hide file tree
Showing 8 changed files with 885 additions and 640 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
162 changes: 119 additions & 43 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "wiki2ssml",
"version": "0.2.9",
"version": "0.2.11",
"description": "Wiki2SSML provides the WikiVoice markup language used for fine-tuning synthesised voice.",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./src/wiki2ssml.js ./test/wiki2ssml-test.js",
"test": "./node_modules/mocha/bin/mocha ./test",
"test": "./node_modules/mocha/bin/mocha ./test/*-test.js",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec",
"codecov": "./node_modules/.bin/codecov"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.6.1",
"codecov": "^3.6.5",
"eslint": "^5.12.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
Expand Down
Loading

0 comments on commit a0c262b

Please sign in to comment.