IvanMazeppa/ClaudeCodeRealtimeVoiceControl
Research repo for Claude Code voice workflow packaging, reproducible setup, and future realtime voice experiments.
Platform-specific configuration:
{
"mcpServers": {
"ClaudeCodeRealtimeVoiceControl": {
"command": "npx",
"args": [
"-y",
"ClaudeCodeRealtimeVoiceControl"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This repository is the working home for voice-coding research and workflow hardening.
It is bootstrapped, not scaffold-only. The stable Claude Code plus voice-mode track now has canonical docs, a canonical session-start prompt, redacted setup notes, pinned version notes, support scripts, templates, and a versioned patch artifact.
apps/claude_code_voiceStable Claude Code plus voice-mode integration work. This track preserves and improves the current reproducible workflow, including the canonical prompt, stable-track docs, setup notes, and version-pinned support materials.
apps/realtime_voiceFuture experimental realtime voice app work. This track remains placeholder-only until the research direction is approved and implementation details are ready to be written down.
apps/claude_code_voice/: stable-track prompt and app-specific support docsapps/realtime_voice/: future experimental app materialsdocs/: canonical stable-track workflow docs plus shared architecture, migration, roadmap, and troubleshooting docstemplates/: reusable example config files for MCP, audio bridging, and voice-mode setupscripts/: installer, sync, verification, and patch-helper scripts for the stable trackpatches/voice-mode/8.5.1/: version-pinned patch artifact for the standalone voice-mode CLI path on 8.5.1The repository bootstrap is in place and the stable track now includes the canonical materials for the current supported workflow:
docs/claude-code-workflow.mdapps/claude_code_voice/prompts/session_start.mdapps/claude_code_voice/docs/local-setup-notes.mdapps/claude_code_voice/docs/voice-mode-8.5.1.mdpatches/voice-mode/8.5.1/cli-empty-tts.patch artifactThe stable Claude Code plus MCP workflow is the supported day-to-day path. The realtime track remains research-only.
Loading reviews...