- β
ffmpeg installed β confirmed via apt (7:6.1.1-3ubuntu5). Available to systemd services.
- β
ELEVENLABS_API_KEY β present in .env.llm
- β
OPENAI_API_KEY β present in .env.llm (Whisper fallback)
- β
Python venv β httpx + faster-whisper installed at commander/voice/.venv
- β
transcribe.py β STT cascade: ElevenLabs β OpenAI Whisper β local faster-whisper
- β οΈLive test pending β send a voice message to the bot to verify end-to-end. Should receive text reply + voice reply (Rachel voice).
Smoke Test (031326)
ffmpeg installed (apt confirmed)β
PASS
ELEVENLABS_API_KEY in .env.llmβ
PASS
OPENAI_API_KEY in .env.llmβ
PASS
Python deps (httpx, faster-whisper)β
PASS
End-to-end voice message testβ οΈ NOT YET TESTED