Socket
Socket
Sign inDemoInstall

wiki2ssml

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wiki2ssml - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

figures/wikivoice.png

2

package.json
{
"name": "wiki2ssml",
"version": "0.2.7",
"version": "0.2.8",
"description": "Wiki2SSML provides the WikiVoice markup language used for fine-tuning synthesised voice.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -1,6 +0,6 @@

[![Build Status](https://travis-ci.com/baxtree/wiki2ssml.svg?branch=master)](https://travis-ci.com/baxtree/wiki2ssml) ![Codecov](https://img.shields.io/codecov/c/github/baxtree/wiki2ssml)![Node](https://img.shields.io/static/v1?label=node.js&message=≥6.4.0&color=green)
[![GitHub license](https://img.shields.io/github/license/baxtree/wiki2ssml)](https://github.com/baxtree/wiki2ssml/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/baxtree/wiki2ssml.svg?branch=master)](https://travis-ci.com/baxtree/wiki2ssml) ![Codecov](https://img.shields.io/codecov/c/github/baxtree/wiki2ssml) ![Node](https://img.shields.io/static/v1?label=node.js&message=≥6.4.0&color=green) [![GitHub license](https://img.shields.io/github/license/baxtree/wiki2ssml)](https://github.com/baxtree/wiki2ssml/blob/master/LICENSE)
# Wiki2SSML
`wiki2ssml` can transform the `WikiVoice` markups into the W3C SSML widely supported by various text-to-speech services as an interchange format for synthesised voice tuning.

@@ -19,7 +19,12 @@

```
# WikiVoice Format
#
<p align="center">
<img src="./figures/wikivoice.png" alt="WikiVoice"/>
</p>
# Format
```
[[attribute(:value)*(,attribute:value)*(|target)*]]
[[attribute(:value)?(,attribute:value)*(|target)?]]
```
# Supported WikiVoice Markups
# Supported Markups
| Expressions | Operations|

@@ -46,4 +51,6 @@ | ------------- |-------------|

| [[cacheControl:no-cache]] | No caching on marked-up content |
| &#42;[[...]][[...]]...[[...]]&#42; | &#60;par&#62; time container with one or more markups|
| &#35;[[...]][[...]]...[[...]]&#35; | &#60;seq&#62; time container with one or more markups|
# Supported Vendor-Specific Markups
# Vendor-Specific Markups
| Expressions | Operations|

@@ -59,2 +66,9 @@ | ------------- |-------------|

| [[amzDefaultAutoBreaths]] | Default breathing based on the automated model |
| [[amzSpeakingStyle:STYLE&#124;TEXT]] | Speaking style |
| [[amzEmotion:EMOTION,amzIntensity:SCALE&#124;TEXT]] | Speaking emotionally |
| [[gglMediaSpeak&#124;TEXT]] | Media container for speech |
| [[gglMediaSpeakEnd:DURATION&#124;TEXT]] | Media container for speech with the ending time |
| [[gglMediaSpeakFadeIn:DURATION,gglMediaSpeakFadeOut:DURATION&#124;TEXT]] | Media container for speach with fade |
| [[gglMediaAudio:URI]] | Media container for audio |
| [[gglMediaAudioFadeIn:DURATION,gglMediaAudioFadeOut:DURATION,gglMediaAudio:URI]] | Media container for audio with fade |
| [[ibmExprType:TYPE&#124;TEXT]] | Expressiveness type |

@@ -61,0 +75,0 @@ | [[ibmTransType:TYPE,ibmTransStrength:SCALE&#124;TEXT]] | Voice transformation |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc