[claude] Mumble voice bridge — Alexander ↔ Timmy co-play audio (#858) (#1324)
Some checks failed
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled

This commit was merged in pull request #1324.
This commit is contained in:
2026-03-24 02:19:19 +00:00
parent 0a4f3fe9db
commit 07793028ef
7 changed files with 1050 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ pyttsx3 = { version = ">=2.90", optional = true }
openai-whisper = { version = ">=20231117", optional = true }
piper-tts = { version = ">=1.2.0", optional = true }
sounddevice = { version = ">=0.4.6", optional = true }
pymumble-py3 = { version = ">=1.0", optional = true }
sentence-transformers = { version = ">=2.0.0", optional = true }
numpy = { version = ">=1.24.0", optional = true }
requests = { version = ">=2.31.0", optional = true }
@@ -69,6 +70,7 @@ telegram = ["python-telegram-bot"]
discord = ["discord.py"]
bigbrain = ["airllm"]
voice = ["pyttsx3", "openai-whisper", "piper-tts", "sounddevice"]
mumble = ["pymumble-py3"]
celery = ["celery"]
embeddings = ["sentence-transformers", "numpy"]
git = ["GitPython"]