dsh-speak 1.7.3 → 1.7.4

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.
Files changed (2) hide show
  1. package/engine/speak.ps1 +1 -1
  2. package/package.json +1 -1
package/engine/speak.ps1 CHANGED
@@ -1,4 +1,4 @@
1
- # speak.ps1 — Harness-agnostic speech engine (Windows SAPI5 + NaturalVoiceSAPIAdapter)
1
+ # speak.ps1 — Harness-agnostic speech engine (Windows SAPI5 + NaturalVoiceSAPIAdapter)
2
2
  # ====================================================================================
3
3
  # Reads text (inline or from a UTF-8 file), cleans it for speech synthesis, and reads
4
4
  # it aloud through Windows SAPI5, preferring natural voices registered by
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-speak",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Make your AI harness speak — voice announcements for DSH and other AI coding harnesses (Windows SAPI5 + macOS system voices)",
5
5
  "main": "adapters/dsh/speech-hook.js",
6
6
  "exports": {