Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
This is the package repository for [Echogarden](https://github.com/echogarden-project/echogarden) - a fully open-source, user-oriented speech system, written in TypeScript and running over the Node.js runtime.
|
2 |
|
3 |
The repository contains speech synthesis and recognition models for the various engines Echogarden supports,
|
4 |
-
along with other related speech models,
|
5 |
|
6 |
The models are individually packaged in `.tar.gz` archives to ensure a smooth and robust installation process.
|
7 |
|
8 |
## Licensing
|
|
|
9 |
All content is freely distributable, with varying licenses:
|
10 |
* Flite voices (`flite-`): [BSD License](https://github.com/festvox/flite/blob/master/COPYING)
|
11 |
* SVOX Pico resources (`pico-`): [Apache License 2.0](https://github.com/gmn/nanotts/blob/master/LICENSE)
|
|
|
1 |
This is the package repository for [Echogarden](https://github.com/echogarden-project/echogarden) - a fully open-source, user-oriented speech system, written in TypeScript and running over the Node.js runtime.
|
2 |
|
3 |
The repository contains speech synthesis and recognition models for the various engines Echogarden supports,
|
4 |
+
along with other related speech models, such as language classification and voice activity detection, as well as binaries for a few tools it uses internally.
|
5 |
|
6 |
The models are individually packaged in `.tar.gz` archives to ensure a smooth and robust installation process.
|
7 |
|
8 |
## Licensing
|
9 |
+
|
10 |
All content is freely distributable, with varying licenses:
|
11 |
* Flite voices (`flite-`): [BSD License](https://github.com/festvox/flite/blob/master/COPYING)
|
12 |
* SVOX Pico resources (`pico-`): [Apache License 2.0](https://github.com/gmn/nanotts/blob/master/LICENSE)
|