Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
infomofo authored Jun 5, 2020
1 parent d9ab5a2 commit 02647f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
scala-ssml
==========

![Scala CI](https://github.com/infomofo/scala-ssml/workflows/Scala%20CI/badge.svg)

This library allows you to easily generate Speech Synthesis Markup Language (SSML) with Scala.

SSML is documented [here](http://www.w3.org/TR/speech-synthesis),
Expand All @@ -9,7 +11,16 @@ SSML is documented [here](http://www.w3.org/TR/speech-synthesis),
- Alexa Skills (which only supports a subset of the official ssml tags, documented [here](https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html))
- Chrome Browser speechSynthesis fragments, documented [here](https://developer.chrome.com/extensions/tts)

And the implementation for each platform differs slightly.
Dependency
----------

This dependency can be imported into any scala project using:

```scala
lazy val scalaSsml = RootProject(uri("git://github.com/infomofo/scala-ssml.git#v0.4.0"))
```

The library is currently compiled for scala versions `2.11.12`, `2.12.11`, and `2.13.2`.

Basic Usage
------------
Expand Down

0 comments on commit 02647f0

Please sign in to comment.