Skip to content

Commit

Permalink
prepare for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasNewman committed Jul 28, 2019
1 parent bc6da07 commit bd57b14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## NOTE: This software is currently in alpha testing

![](header.png)
![](img/Demo.png)

MultiLang TTS is a text-to-speech software that utilizes Google's WaveNet technology to create human-like speech [(read more about WaveNet)](https://arxiv.org/pdf/1609.03499.pdf). Unlike software currently using WaveNet, MultiLang TTS allows you to supply your own API key. This avoids having to pay a 3rd party for their software to access this technology.

Expand Down Expand Up @@ -64,5 +64,7 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md

## Release History

- 0.1.1
- Updated custom-electron-titlebar
- 0.0.1
- ALPHA release
Binary file added img/Demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multilang_tts",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"version": "0.0.1",
"version": "0.1.1",
"main": "./app/main.prod.js",
"repository": "https://github.com/NicolasNewman/electron-boilerplate",
"author": "NicolasNewman <[email protected]>",
Expand Down

0 comments on commit bd57b14

Please sign in to comment.