Issue
The pai-voice-system v1.0.0 INSTALL.md and VERIFY.md referenced files that don't exist in the pack, causing confusion about whether the voice server was included.
The Voice Server IS Included
The full voice server has always been in the pack at:
| File |
Lines |
Purpose |
src/voice/server.ts |
553 |
Full ElevenLabs TTS HTTP server |
src/voice/manage.sh |
153 |
Start/stop/restart/status management |
src/hooks/stop-hook-voice.ts |
262 |
Main agent voice notifications |
src/hooks/subagent-stop-hook-voice.ts |
319 |
Subagent voice notifications |
src/hooks/lib/prosody-enhancer.ts |
347 |
Prosody enhancement library |
config/voice-personalities.json |
- |
Voice configuration template |
What Was Fixed (v1.0.1)
Documentation incorrectly referenced:
- ❌
start.sh, stop.sh, restart.sh, status.sh → ✅ manage.sh (consolidated)
- ❌
voices.json → ✅ voice-personalities.json
- ❌
voice-server/ → ✅ VoiceServer/ directory path
Resolution
Fixed in commit 368b856. All documentation now correctly references the actual pack files.
Pack location: Packs/pai-voice-system/
Version: 1.0.1
Issue
The pai-voice-system v1.0.0 INSTALL.md and VERIFY.md referenced files that don't exist in the pack, causing confusion about whether the voice server was included.
The Voice Server IS Included
The full voice server has always been in the pack at:
src/voice/server.tssrc/voice/manage.shsrc/hooks/stop-hook-voice.tssrc/hooks/subagent-stop-hook-voice.tssrc/hooks/lib/prosody-enhancer.tsconfig/voice-personalities.jsonWhat Was Fixed (v1.0.1)
Documentation incorrectly referenced:
start.sh,stop.sh,restart.sh,status.sh→ ✅manage.sh(consolidated)voices.json→ ✅voice-personalities.jsonvoice-server/→ ✅VoiceServer/directory pathResolution
Fixed in commit 368b856. All documentation now correctly references the actual pack files.
Pack location:
Packs/pai-voice-system/Version: 1.0.1