feat: local STT integration via cf_voice.io (whisper.cpp) #4
Labels
No labels
a11y
backlog
blocked
bug
cf-core-dep
design
enhancement
infrastructure
internal
privacy
tier:free
tier:paid
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/linnet#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Wire whisper.cpp through
cf_voice.ioas the Free-tier speech-to-text backend.Requirements:
Tier gate: local whisper.cpp = Free. Cloud STT (faster, accent-robust) = Paid.
Blocked on: cf_voice.io being available in circuitforge-core.
Done.
cf_voice.stt.WhisperSTTwraps faster-whisper with async thread pool execution and a 50-word rolling session prompt for cross-chunk context continuity. Lazy-loaded on first real classify call, gated byCF_VOICE_STT=1(default on). Confirmed working.