# Claude-to-Speech Configuration

# REQUIRED: ElevenLabs API Key
ELEVENLABS_API_KEY=sk_71deb8ef98e4c08b3cfc8911970e381472a67099a184681f

# Voice ID (optional - defaults to Claude Code voice)
# Laura voice: qEwI395unGwWV1dn3Y65
# Claude voice: uY96J30mUhYUIymmD5cu (default)
CLAUDE_VOICE_ID=qEwI395unGwWV1dn3Y65

# ElevenLabs Model (optional - defaults to eleven_flash_v2_5)
# Options: eleven_flash_v2_5 (fastest), eleven_turbo_v2, eleven_multilingual_v2
ELEVENLABS_MODEL=eleven_flash_v2_5

# TTS Server URL (optional - leave empty for direct API mode)
# Direct API mode: Leave empty or comment out
TTS_SERVER_URL=http://localhost:5001/tts

# Debug mode for Stop hook (optional)
# Set to 1 to enable debug logging to /tmp/claude_stop_hook.log
DEBUG=0
