Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Nov 24, 2018
1 parent 7ebf485 commit e3d9bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/abbr/text2wav.node.js.svg?branch=master)](https://travis-ci.org/abbr/text2wav.node.js)

# text2wav.node.js
A TTS speech synthesizer for Node.js, supporting 101 languages and accents.
Self-contained multilingual TTS speech synthesizer for Node.js.

## Why
There are not many self-contained FOSS speech synthesizer npm modules. Most TTS npm modules are just a wrapper to an external online service or a separately installed host program. For those self-contained FOSS modules, they are either designed to run in browser to play out the speech rather than output the audio file, or lacking multilingual support.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "text2wav",
"version": "0.0.8",
"description": "TTS speech synthesizer for Node.js supporting 101 languages and accents",
"version": "0.0.9",
"description": "Self-contained multilingual TTS speech synthesizer for Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit e3d9bff

Please sign in to comment.