@moxxy/plugin-tts-local 0.28.0 → 0.28.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moxxy/plugin-tts-local",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.1",
|
|
4
4
|
"description": "Fully local, on-device text-to-speech Synthesizer for moxxy. Runs Piper voices (English + Polish) via sherpa-onnx in a forked sidecar process; voice models download once on first use from sherpa-onnx's pinned releases (sha256-verified). No API key, no network at synthesis time. Plugs into the session SynthesizerRegistry — desktop read-aloud, the TUI, and channel voice replies consume it transparently.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moxxy",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"sherpa-onnx-node": "^1.13.3",
|
|
51
|
-
"@moxxy/
|
|
52
|
-
"@moxxy/
|
|
51
|
+
"@moxxy/sdk": "0.28.1",
|
|
52
|
+
"@moxxy/model-fetch": "0.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^22.10.0",
|
|
56
56
|
"typescript": "^5.7.3",
|
|
57
57
|
"vitest": "^2.1.8",
|
|
58
|
-
"@moxxy/
|
|
59
|
-
"@moxxy/
|
|
58
|
+
"@moxxy/vitest-preset": "0.0.0",
|
|
59
|
+
"@moxxy/tsconfig": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "tsc -p tsconfig.json",
|