echogarden 0.6.9 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/schemas/options.json +18 -12
- package/dist/alignment/SpeechAlignment.d.ts +6 -1
- package/dist/alignment/SpeechAlignment.js +12 -1
- package/dist/alignment/SpeechAlignment.js.map +1 -1
- package/dist/api/Alignment.d.ts +1 -0
- package/dist/api/Alignment.js +13 -8
- package/dist/api/Alignment.js.map +1 -1
- package/dist/api/Synthesis.d.ts +1 -1
- package/dist/api/Synthesis.js +20 -24
- package/dist/api/Synthesis.js.map +1 -1
- package/dist/nlp/Lexicon.d.ts +3 -2
- package/dist/nlp/Lexicon.js +20 -6
- package/dist/nlp/Lexicon.js.map +1 -1
- package/dist/synthesis/EspeakTTS.d.ts +1 -1
- package/dist/synthesis/EspeakTTS.js +24 -26
- package/dist/synthesis/EspeakTTS.js.map +1 -1
- package/dist/synthesis/GoogleCloudTTS.d.ts +0 -1
- package/dist/synthesis/VitsTTS.d.ts +2 -2
- package/dist/synthesis/VitsTTS.js +6 -8
- package/dist/synthesis/VitsTTS.js.map +1 -1
- package/dist/utilities/Locale.d.ts +2 -1
- package/dist/utilities/Locale.js +5 -1
- package/dist/utilities/Locale.js.map +1 -1
- package/dist/utilities/Utilities.js +2 -0
- package/dist/utilities/Utilities.js.map +1 -1
- package/docs/CLI.md +7 -9
- package/docs/Options.md +2 -1
- package/docs/Tasklist.md +13 -12
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "echogarden",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "An integrated speech system, providing a range of synthesis, recognition and other processing tools designed to be directly accessible to end-users.",
|
|
5
5
|
"author": "Rotem Dan",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@types/msgpack-lite": "^0.1.8",
|
|
122
122
|
"@types/ndarray": "^1.0.11",
|
|
123
123
|
"@types/ndarray-ops": "^1.2.4",
|
|
124
|
-
"@types/node": "^20.4.
|
|
124
|
+
"@types/node": "^20.4.4",
|
|
125
125
|
"@types/recursive-readdir": "^2.2.1",
|
|
126
126
|
"@types/tar": "^6.1.5",
|
|
127
127
|
"@types/ws": "^8.5.5",
|