echogarden 0.8.7 → 0.8.9

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/docs/Tasklist.md CHANGED
@@ -47,7 +47,7 @@
47
47
  * Support compressed audio in response
48
48
 
49
49
  ### CLI
50
- * Restrict input media file extensions to a set list to avoid cases where an output media file would be overwritten due to user error
50
+ * Restrict input media file extensions to ensure that invalid files are not passed to FFMpeg.
51
51
  * Mode to print IPA words when speaking
52
52
  * Ignore non-supported templates like `[hello]`
53
53
  * Show a message when a new version is available
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "echogarden",
3
- "version": "0.8.7",
3
+ "version": "0.8.9",
4
4
  "description": "An integrated speech system, providing a set of synthesis, recognition, alignment, and other processing tools, designed to be directly accessible to end-users.",
5
5
  "author": "Rotem Dan",
6
6
  "license": "GPL-3.0-only",
@@ -53,8 +53,8 @@
53
53
  "echogarden": "./dist/cli/CLILauncher.js"
54
54
  },
55
55
  "dependencies": {
56
- "@aws-sdk/client-polly": "^3.377.0",
57
- "@aws-sdk/client-transcribe-streaming": "^3.377.0",
56
+ "@aws-sdk/client-polly": "^3.379.1",
57
+ "@aws-sdk/client-transcribe-streaming": "^3.379.1",
58
58
  "@echogarden/espeak-ng-emscripten": "^0.1.2",
59
59
  "@echogarden/fasttext-wasm": "^0.1.0",
60
60
  "@echogarden/flite-wasi": "^0.1.1",