Skip to content

RESOLVED: pai-voice-system v1.0.1 - Documentation now matches actual files #359

Description

@danielmiessler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions