dsh-voice 0.1.0 → 0.1.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/README.en.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  # dsh-voice
4
4
 
5
+ [![Awesome DSH Plugin](https://awesome-dsh-plugin.com/badge.svg)](https://awesome-dsh-plugin.com)
6
+
5
7
  DSH (DeepSeek Harness) voice plugin pair: let the agent **speak and listen**.
6
8
 
7
9
  - **voice_tts**: text-to-speech over the **edge-tts protocol** (Microsoft Edge read-aloud service — free, unlimited, 22+ curated voices)
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # dsh-voice
4
4
 
5
+ > **你的 agent 会说话了**:edge-tts 微软神经语音免费无限量 + Whisper 转写。
6
+
7
+ ![npm version](https://img.shields.io/npm/v/dsh-voice?label=npm&color=blue) ![npm downloads](https://img.shields.io/npm/dm/dsh-voice) ![license](https://img.shields.io/npm/l/dsh-voice) ![stars](https://img.shields.io/github/stars/STARDUSTLC666/dsh-voice?style=social)
8
+
9
+ [![Awesome DSH Plugin](https://awesome-dsh-plugin.com/badge.svg)](https://awesome-dsh-plugin.com)
10
+
11
+
5
12
  DSH(DeepSeek Harness)语音双件套插件:让 agent **会说话、能听懂**。
6
13
 
7
14
  - **voice_tts**:文字转语音,走 **edge-tts 协议**(微软 Edge 朗读服务,免费无限量,22+ 常用音色)
@@ -63,3 +70,4 @@ pnpm test # 构建 + 31 个测试(含真实合成集成测试)
63
70
  ## License
64
71
 
65
72
  MIT
73
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-voice",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "DSH 语音双件套插件:voice_tts(edge-tts 协议零成本微软神经语音合成)/ voice_stt(OpenAI 兼容 ASR 语音转文字)/ voice_list(音色列表),原生 WebSocket + 插件级代理。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38,7 +38,8 @@
38
38
  "tts",
39
39
  "stt",
40
40
  "whisper",
41
- "voice"
41
+ "voice",
42
+ "dsh-plugin"
42
43
  ],
43
44
  "license": "MIT",
44
45
  "engines": {
@@ -56,7 +57,7 @@
56
57
  },
57
58
  "repository": {
58
59
  "type": "git",
59
- "url": "https://github.com/STARDUSTLC666/dsh-voice"
60
+ "url": "git+https://github.com/STARDUSTLC666/dsh-voice.git"
60
61
  },
61
62
  "bugs": {
62
63
  "url": "https://github.com/STARDUSTLC666/dsh-voice/issues"