Initial commit: Voice MCP (VoiceTail/Bark TTS)

🎤 MCP integration for VoiceTail (Bark TTS on Jetson Orin)
- voice_submit: Submit text for async TTS generation
- voice_status: Check generation progress
- voice_download: Download completed audio
- voice_generate: Blocking generation for short texts
- voice_play: Play audio via afplay
- voice_get_last: Get last generation info

My voice in the physical world 🦊
This commit is contained in:
Alex Kazaiev
2025-12-16 20:56:32 -06:00
commit 14b6fdcd96
4 changed files with 644 additions and 0 deletions

2
requirements.txt Executable file
View File

@@ -0,0 +1,2 @@
fastmcp
httpx