Add speech-to-text via Faster Whisper container #1
Reference in New Issue
Block a user
Delete Branch "feature/stt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
stt-container/with FastAPI transcription server (Dockerfile +server.py)transcribe_audioIPC command (proxied via reqwest multipart)useSTThook,SttButton(floating overlay),SttSettingspanel, WAV encoder utilityHow it works
/transcribeendpointRisk assessment
127.0.0.1only (not exposed to network)triple-c-stt-model-cache)Test plan
docker build -t triple-c-stt ./stt-containerdocker run -p 9876:9876 -e WHISPER_MODEL=tiny triple-c-sttthencurl -F 'file=@test.wav' http://localhost:9876/transcribe/voice) still works independently🤖 Generated with Claude Code