dsh-voice-mode 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 +2 -2
- package/README.md +2 -2
- package/package.json +2 -2
package/README.en.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# dsh-voice-mode
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/dsh-voice-mode)
|
|
4
|
-
[](LICENSE)
|
|
5
|
+
[](https://github.com/topics/dsh-plugin)
|
|
6
6
|
|
|
7
7
|
> Full-duplex voice conversation mode for DeepSeek Harness (dsh): speak, get a
|
|
8
8
|
> spoken answer. Streamed zipformer2 ASR → editable draft → auto send → the
|
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# dsh-voice-mode
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/dsh-voice-mode)
|
|
4
|
-
[](LICENSE)
|
|
5
|
+
[](https://github.com/topics/dsh-plugin)
|
|
6
6
|
|
|
7
7
|
> Full-duplex voice conversation mode for DeepSeek Harness (dsh): speak, get a
|
|
8
8
|
> spoken answer. Streamed zipformer2 ASR → editable draft → auto send → the
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-voice-mode",
|
|
3
3
|
"description": "Full-duplex voice conversation mode for DeepSeek Harness: streamed zipformer2 ASR to draft, Edge TTS sentence-by-sentence reading of final replies, voice barge-in · DSH 语音双工对话模式",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"repository": {
|
|
@@ -86,4 +86,4 @@
|
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
88
|
"license": "MIT"
|
|
89
|
-
}
|
|
89
|
+
}
|