echogarden 0.1.6 → 0.1.7
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/dist/synthesis/VitsTTS.js +1 -1
- package/docs/Technical.md +1 -1
- package/package.json +13 -13
package/docs/Technical.md
CHANGED
|
@@ -20,7 +20,7 @@ By using downloadable packages, the installed size is made significantly smaller
|
|
|
20
20
|
|
|
21
21
|
## Can the base install size be made smaller?
|
|
22
22
|
|
|
23
|
-
The installed (uncompressed) size, including dependencies, is around
|
|
23
|
+
The installed (uncompressed) size, including dependencies, is around 270MB. This is without any models or voices, which are downloaded as needed.
|
|
24
24
|
|
|
25
25
|
Currently, the biggest contributors to the size are:
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "echogarden",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "An integrated speech toolbox designed with end-users in mind.",
|
|
5
5
|
"author": "Rotem Dan",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -54,17 +54,17 @@
|
|
|
54
54
|
"echogarden": "./dist/cli/CLILauncher.js"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@aws-sdk/client-polly": "^3.
|
|
58
|
-
"@aws-sdk/client-transcribe-streaming": "^3.
|
|
57
|
+
"@aws-sdk/client-polly": "^3.319.0",
|
|
58
|
+
"@aws-sdk/client-transcribe-streaming": "^3.319.0",
|
|
59
59
|
"@echogarden/espeak-ng-emscripten": "^0.1.1",
|
|
60
60
|
"@echogarden/fasttext-wasm": "^0.1.0",
|
|
61
61
|
"@echogarden/flite-wasi": "^0.1.0",
|
|
62
|
-
"@echogarden/fvad-wasm": "^0.1.
|
|
63
|
-
"@echogarden/kissfft-wasm": "^0.1.
|
|
64
|
-
"@echogarden/rnnoise-wasm": "^0.1.
|
|
65
|
-
"@echogarden/rubberband-wasm": "^0.1.
|
|
66
|
-
"@echogarden/sonic-wasm": "^0.1.
|
|
67
|
-
"@echogarden/speex-resampler-wasm": "^0.1.
|
|
62
|
+
"@echogarden/fvad-wasm": "^0.1.2",
|
|
63
|
+
"@echogarden/kissfft-wasm": "^0.1.1",
|
|
64
|
+
"@echogarden/rnnoise-wasm": "^0.1.1",
|
|
65
|
+
"@echogarden/rubberband-wasm": "^0.1.1",
|
|
66
|
+
"@echogarden/sonic-wasm": "^0.1.1",
|
|
67
|
+
"@echogarden/speex-resampler-wasm": "^0.1.1",
|
|
68
68
|
"@echogarden/svoxpico-wasm": "^0.1.0",
|
|
69
69
|
"@ffmpeg/core": "^0.11.0",
|
|
70
70
|
"@ffmpeg/ffmpeg": "^0.11.6",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"graceful-fs": "^4.2.11",
|
|
83
83
|
"html-escaper": "^3.0.3",
|
|
84
84
|
"html-to-text": "^9.0.5",
|
|
85
|
-
"import-meta-resolve": "^
|
|
85
|
+
"import-meta-resolve": "^3.0.0",
|
|
86
86
|
"jieba-wasm": "^0.0.2",
|
|
87
87
|
"jsdom": "^21.1.1",
|
|
88
88
|
"kuromoji": "^0.1.2",
|
|
@@ -122,12 +122,12 @@
|
|
|
122
122
|
"@types/msgpack-lite": "^0.1.8",
|
|
123
123
|
"@types/ndarray": "^1.0.11",
|
|
124
124
|
"@types/ndarray-ops": "^1.2.4",
|
|
125
|
-
"@types/node": "^18.16.
|
|
125
|
+
"@types/node": "^18.16.1",
|
|
126
126
|
"@types/recursive-readdir": "^2.2.1",
|
|
127
127
|
"@types/tar": "^6.1.4",
|
|
128
128
|
"@types/ws": "^8.5.4",
|
|
129
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
130
|
-
"@typescript-eslint/parser": "^5.59.
|
|
129
|
+
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
130
|
+
"@typescript-eslint/parser": "^5.59.1",
|
|
131
131
|
"eslint": "^8.39.0",
|
|
132
132
|
"ts-json-schema-generator": "^1.2.0",
|
|
133
133
|
"typescript": "^5.0.4"
|